diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-09-17 22:08:35 +0200 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-09-17 22:09:10 +0200 |
commit | 07c637c24c2717775159b00fd51bff81a0a4f3ed (patch) | |
tree | ebf29d8bea91fe3028187253c6c9ad981fce3c6a | |
parent | b56595ae26d64f316a1c4a473b7fe98cf0719127 (diff) | |
download | Nim-07c637c24c2717775159b00fd51bff81a0a4f3ed.tar.gz |
Increase error rate for upcoming timers test.
-rw-r--r-- | tests/async/tupcoming_async.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tupcoming_async.nim b/tests/async/tupcoming_async.nim index e8bdcfdcb..e53482dae 100644 --- a/tests/async/tupcoming_async.nim +++ b/tests/async/tupcoming_async.nim @@ -45,7 +45,7 @@ when defined(upcoming): proc timerTest() = var timeout = 200 - var errorRate = 10.0 + var errorRate = 40.0 var start = epochTime() waitFor(waitTimer(200)) var finish = epochTime() |