fix test timing

This commit is contained in:
Jaremy Creechley 2023-10-27 16:16:23 -07:00
parent ac6c22c51a
commit 0a14f702ee
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -252,7 +252,7 @@ suite "Asynchronous utilities test suite":
check v.totalExecTime <= 180.milliseconds()
check v.totalRunTime >= 200.milliseconds()
check v.totalRunTime <= 230.milliseconds()
check v.totalRunTime <= 240.milliseconds()
discard
echo ""