diff options
author | alaviss <leorize+oss@disroot.org> | 2020-05-07 20:07:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 22:07:08 +0200 |
commit | 83435fe6968884d916db79b51ca0e510e67d87c7 (patch) | |
tree | bf02d5f9eacde276b5cff8e16e1388eb14fed41a | |
parent | 42db75c9707d6501cb1ef1908e7092286b25ac45 (diff) | |
download | Nim-83435fe6968884d916db79b51ca0e510e67d87c7.tar.gz |
tslow_tables: wait for an additional 2 seconds (#14266)
This test runtime tends to hover around the 5s mark depending on how loaded the system currently is. This causes the test to fail a lot during CI, per analytics: https://dev.azure.com/nim-lang/Nim/_test/analytics?definitionId=1&contextType=build Give the test an extra 2 seconds to account for unrelated overhead.
-rw-r--r-- | tests/vm/tslow_tables.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tslow_tables.nim b/tests/vm/tslow_tables.nim index 37351bfe2..e40187f18 100644 --- a/tests/vm/tslow_tables.nim +++ b/tests/vm/tslow_tables.nim @@ -1,5 +1,5 @@ discard """ - timeout: "5" + timeout: "7" action: "compile" nimout: '''create search |