Skip to content

Commit

Permalink
mitigate bug nim-lang#17946, increase timeout for tchannels
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 14, 2021
1 parent 5ef49e8 commit 946f4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stdlib/tchannels.nim
Original file line number Diff line number Diff line change
@@ -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"
"""
Expand Down

0 comments on commit 946f4ac

Please sign in to comment.