Fix timeout value.

This commit is contained in:
cheatfate 2019-06-26 15:50:40 +03:00
parent 059433ccad
commit 992cc57377
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -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