mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Remove sleeps from tests that were helping broken linger
This commit is contained in:
committed by
Dennis Klein
parent
dfa1b68867
commit
2e7005225e
@@ -35,11 +35,6 @@ class Sender : public FairMQDevice
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
||||
}
|
||||
|
||||
auto Reset() -> void override
|
||||
{
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
}
|
||||
|
||||
auto Run() -> void override
|
||||
{
|
||||
auto msg = FairMQMessagePtr{NewMessage()};
|
||||
|
Reference in New Issue
Block a user