We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7420ba5 commit ce29659Copy full SHA for ce29659
tests/midline-flush.c
@@ -16,9 +16,9 @@ int main() {
16
fflush(stdout);
17
fflush(stderr);
18
goodbye(stderr);
19
- usleep(3); // It only takes a millisecond to give stderr a head start
20
- // but we'll give it three to avoid false positives where
21
- // the first line is written to stdout.
+ usleep(30); // It only takes a millisecond to give stderr a head start
+ // but we'll give it thirty to avoid false positives where
+ // the first line is written to stdout.
22
goodbye(stdout);
23
24
0 commit comments