mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-18 23:31:13 +00:00
Increase timeout for VM testing.
This commit is contained in:
parent
f4803c61ae
commit
40bfc25ea3
@ -74,7 +74,7 @@ proc testFuture4(): Future[int] {.async.} =
|
||||
|
||||
## Test for future which will be completed before timeout exceeded.
|
||||
try:
|
||||
var res = await wait(testFuture1(), 150)
|
||||
var res = await wait(testFuture1(), 300)
|
||||
result = 6
|
||||
except:
|
||||
result = -6
|
||||
|
Loading…
x
Reference in New Issue
Block a user