Remove sleeps from tests that were helping broken linger

This commit is contained in:
Alexey Rybalchenko
2018-10-16 11:19:08 +02:00
committed by Dennis Klein
parent dfa1b68867
commit 2e7005225e
12 changed files with 1 additions and 61 deletions

View File

@@ -27,11 +27,6 @@ class Pull : 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()};