mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 00:58:14 +08:00
Reintroduced sleep for really fast computers #4624
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user