mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-20 23:18:22 +00:00
Fix timeout value.
This commit is contained in:
parent
059433ccad
commit
992cc57377
@ -830,7 +830,7 @@ suite "Future[T] behavior test suite":
|
||||
|
||||
var fut = client1(100.milliseconds)
|
||||
fut.cancel()
|
||||
waitFor(sleepAsync(500.seconds))
|
||||
waitFor(sleepAsync(500.milliseconds))
|
||||
|
||||
if not(fut.cancelled()):
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user