diff --git a/tests/integration/testmanager.nim b/tests/integration/testmanager.nim index c409a493..35dc36a1 100644 --- a/tests/integration/testmanager.nim +++ b/tests/integration/testmanager.nim @@ -138,7 +138,6 @@ template withLock*(lock: AsyncLock, body: untyped) = await lock.acquire() try: body - await sleepAsync(1.millis) finally: try: lock.release()