Prevent early end maker OU] in sort test

This commit is contained in:
Rodrigo Arias 2022-10-07 13:17:26 +02:00
parent 58286dbd1a
commit 971e8c1891

View File

@ -62,6 +62,10 @@ main(void)
emit_jumbo(buf, BUFSIZE, t); emit_jumbo(buf, BUFSIZE, t);
/* Sleep a bit to prevent early OU] */
while ((int64_t) ovni_clock_now() < t)
usleep(10);
emit("OU]", ovni_clock_now()); emit("OU]", ovni_clock_now());
instr_end(); instr_end();