Closed tilln closed 2 months ago
Windows builds in Github Actions are intermittently failing.
The cause appears to be tests that involve the use of Thread.sleep and suffer from the system clock's poor timer accuracy.
Thread.sleep
This PR aims to alleviate that by simply adding some 25 millisecond tolerances for failing timing assertions.
Windows builds in Github Actions are intermittently failing.
The cause appears to be tests that involve the use of
Thread.sleep
and suffer from the system clock's poor timer accuracy.This PR aims to alleviate that by simply adding some 25 millisecond tolerances for failing timing assertions.