diff --git a/minix/tests/test56.c b/minix/tests/test56.c index da3efaff0..b3295ce60 100644 --- a/minix/tests/test56.c +++ b/minix/tests/test56.c @@ -3236,6 +3236,8 @@ test_intr(void) /* No partial transfers should be happening. */ check_select(client_sd, 0 /*read*/, 1 /*write*/, 0 /*block*/); + sleep(1); + fcntl(client_sd, F_SETFL, fcntl(client_sd, F_GETFL) | O_NONBLOCK);