diff --git a/tests/midline-flush.c b/tests/midline-flush.c index 94608ec..b2e2fe9 100644 --- a/tests/midline-flush.c +++ b/tests/midline-flush.c @@ -16,9 +16,9 @@ int main() { fflush(stdout); fflush(stderr); goodbye(stderr); - usleep(3); // It only takes a millisecond to give stderr a head start - // but we'll give it three to avoid false positives where - // 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. goodbye(stdout); fflush(stderr); fflush(stdout);