From 879801c63980287070f64d94e4c4f7aeb28cb2f4 Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 26 Nov 2019 14:12:15 +0100 Subject: [PATCH] increase the timeout for 'tasyncclosestall' (#12744) This test is very flaky, this change might help reducing the number of failings (usually solved by restarting the test suite). Refs https://github.com/nim-lang/Nim/pull/12694#issuecomment-557583790 --- tests/async/tasyncclosestall.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/async/tasyncclosestall.nim b/tests/async/tasyncclosestall.nim index bf3035819a..ce6ba77cb8 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