test: Increase robustness of the test suite for high -j

This commit is contained in:
Dennis Klein
2022-03-24 13:10:29 +01:00
parent ac1904661a
commit b798b1e098
6 changed files with 23 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ class Sender : public Device
protected:
auto Init() -> void override
{
std::this_thread::sleep_for(std::chrono::milliseconds(200));
std::this_thread::sleep_for(std::chrono::milliseconds(500));
}
auto Run() -> void override