diff options
-rw-r--r-- | tests/async/tasyncclosestall.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tasyncclosestall.nim b/tests/async/tasyncclosestall.nim index bf3035819..ce6ba77cb 100644 --- a/tests/async/tasyncclosestall.nim +++ b/tests/async/tasyncclosestall.nim @@ -14,7 +14,7 @@ else: # even when the socket is closed. const port = Port(50726) - timeout = 5000 + timeout = 8000 var sent = 0 |