summary refs log tree commit diff stats
path: root/tests/async/tupcoming_async.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tupcoming_async.nim')
-rw-r--r--tests/async/tupcoming_async.nim2
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()