mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Tests.SDK: Reduce timeout by factor 1000 because new machines can be fast enough to complete within 1ms
This commit is contained in:
committed by
Dennis Klein
parent
5e6ad47223
commit
0f5e1b6815
@@ -464,7 +464,7 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
}
|
||||
}
|
||||
|
||||
using Duration = std::chrono::milliseconds;
|
||||
using Duration = std::chrono::microseconds;
|
||||
using ChangeStateCompletionSignature = void(std::error_code, TopologyState);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user