Threading Wait on Timer tests failing on Linux CI #2036
Open
Description
Describe what's going wrong
Drone CI sporadically fails on "Wait on Timer" test.
This is likely to huge overprovision of the CI servers and the test thread not getting woken up fast enough as desired after it has entered sleep
Describe what should happen
It shouldn't fail lol. Hopefully this will get better once the linux threading also uses the new timer code and is reworked.