diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-14 15:33:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 15:33:17 -0700 |
commit | 2ce592a209f4cd7f59c009a01e4ac4037e63a7bd (patch) | |
tree | d715b1a8e9c4875f5b88ecc54dfb312570a5fc8e /tests/stdlib | |
parent | 97970d9dccb24bb290cdba14275acae62602c832 (diff) | |
download | Nim-2ce592a209f4cd7f59c009a01e4ac4037e63a7bd.tar.gz |
refs #18011 disable some newly failing tests on cpp windows; refs #17946 increase timeout for tchannels (#18012)
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/tchannels.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tchannels.nim b/tests/stdlib/tchannels.nim index d609eec78..492faf500 100644 --- a/tests/stdlib/tchannels.nim +++ b/tests/stdlib/tchannels.nim @@ -1,5 +1,5 @@ discard """ - timeout: 20.0 # but typically < 1s (in isolation but other tests running in parallel can affect this since based on epochTime) + timeout: 60.0 # but typically < 1s (in isolation but other tests running in parallel can affect this since based on epochTime) disabled: "freebsd" matrix: "--gc:arc --threads:on; --gc:arc --threads:on -d:danger" """ |