mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
test: Increase robustness of the test suite for high -j
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user