summary refs log tree commit diff stats
path: root/tests/async/tasyncsend4757.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tasyncsend4757.nim')
-rw-r--r--tests/async/tasyncsend4757.nim4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/async/tasyncsend4757.nim b/tests/async/tasyncsend4757.nim
index 2ae4a6151..1066f38e5 100644
--- a/tests/async/tasyncsend4757.nim
+++ b/tests/async/tasyncsend4757.nim
@@ -11,6 +11,4 @@ proc f(): Future[void] {.async.} =
   await s.send("123")
   echo "Finished"
 
-asyncCheck f()
-
-poll(1000)
+waitFor f()