diff --git a/tests/testtime.nim b/tests/testtime.nim index ae44615..224a1c6 100644 --- a/tests/testtime.nim +++ b/tests/testtime.nim @@ -28,16 +28,16 @@ proc waitAll[T](futs: seq[Future[T]]): Future[void] = fut.addCallback(cb) return retFuture -proc test(timeout: int): Future[int] {.async.} = +proc test(timeout: int): Future[int64] {.async.} = var workers = newSeq[Future[int]](TimersCount) for i in 0..