summary refs log tree commit diff stats
path: root/tests/async/tasyncclosestall.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #12919 tasyncclosestall flaky: Address already in use (#12934)Timothee Cour2019-12-191-1/+3
|
* increase the timeout for 'tasyncclosestall' (#12744)Miran2019-11-261-1/+1
| | | | | | 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
* azure: disable failing testsLeorize2019-10-031-0/+1
|
* [bugfix] Fixes async IO operations stalling even after socket is closed. ↵Dominik Picheta2019-06-121-0/+99
(#11232)