Fix warning when using check eventually with chronos

This commit is contained in:
Mark Spanbroek 2023-07-03 13:27:53 +02:00
parent e29612543e
commit b41aae7e88

View File

@ -1,4 +1,4 @@
import std/times
import std/times except milliseconds
template eventually*(expression: untyped, timeout=5000): bool =