mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 08:51:21 +00:00
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:
@@ -14,7 +14,7 @@ else:
|
||||
# even when the socket is closed.
|
||||
const
|
||||
port = Port(50726)
|
||||
timeout = 5000
|
||||
timeout = 8000
|
||||
|
||||
var sent = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user