serenity/Tests/LibThreading
Timothy Flynn 086316057b LibThreading: Improve resiliancy of timed threading tests
The threading tests currently wait for a very small amount of time for
the expected test condition to be reached, e.g. 20ms. This changes the
tests to *check* the condition every 20ms, but allow the test to run for
up to 2s until the condition is reached. This should hopefully resolve
the failures seen on CI.

This also renames one of the tests to match what it actually does. The
test itself was changed in commit 5b335e7, but the name was not updated
to reflect that change.
2023-05-24 00:25:35 +02:00
..
CMakeLists.txt LibC: Remove the LibPthread interface target 2022-07-19 11:00:35 +01:00
TestThread.cpp LibThreading: Improve resiliancy of timed threading tests 2023-05-24 00:25:35 +02:00