Reintroduced sleep for really fast computers #4624
This commit is contained in:
parent
9636af61d6
commit
a710b2752b
|
@ -86,6 +86,7 @@ TEST(IpcLogOutputterTests, write_bufferRateLimit)
|
|||
|
||||
// after waiting the time limit send another to make sure
|
||||
// we can log after the time limit passes.
|
||||
ARCH->sleep(0.002); // 2ms
|
||||
outputter.write(kNOTE, "mock 3");
|
||||
outputter.write(kNOTE, "mock 4");
|
||||
mockServer.waitForSend();
|
||||
|
|
Loading…
Reference in New Issue