Fix warning when using `check eventually` with chronos

This commit is contained in:
Mark Spanbroek 2023-07-03 13:27:53 +02:00 committed by markspanbroek
parent e29612543e
commit 8359603f60
1 changed files with 1 additions and 1 deletions

View File

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