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
This commit is contained in:
Miran
2019-11-26 14:12:15 +01:00
committed by Andreas Rumpf
parent dfe5d115fb
commit 879801c639

View File

@@ -14,7 +14,7 @@ else:
# even when the socket is closed.
const
port = Port(50726)
timeout = 5000
timeout = 8000
var sent = 0