Reintroduced sleep for really fast computers #4624

This commit is contained in:
Nick Bolton 2015-05-20 16:07:09 +01:00
parent 9636af61d6
commit a710b2752b
1 changed files with 1 additions and 0 deletions

View File

@ -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();