Another time-dependent test failing on the Github MacOS runner:
-------------------------------------------------------------------------------
Scenario: Negative or zero times make sleep() not wait
When: sleep(0ms) is executed
Then: the elapsed time is very very small
-------------------------------------------------------------------------------
../tests/test_time_util.cc:88
...............................................................................
../tests/test_time_util.cc:90: FAILED:
REQUIRE( toc(t0) < 0.001 )
with expansion:
0.00130301 < 0.001
Another time-dependent test failing on the Github MacOS runner: