diff options
-rw-r--r-- | test/shared-wq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/shared-wq.c b/test/shared-wq.c index b15f73d..1d2f8a5 100644 --- a/test/shared-wq.c +++ b/test/shared-wq.c @@ -46,7 +46,6 @@ static int test_attach(int ringfd) fprintf(stderr, "Attach to id: %d\n", ret); goto err; } - sleep(30); io_uring_queue_exit(&ring2); return 0; err: |