mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-09 00:43:09 +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