Fix warning when using `check eventually` with chronos
This commit is contained in:
parent
e29612543e
commit
8359603f60
|
@ -1,4 +1,4 @@
|
|||
import std/times
|
||||
import std/times except milliseconds
|
||||
|
||||
template eventually*(expression: untyped, timeout=5000): bool =
|
||||
|
||||
|
|
Loading…
Reference in New Issue