summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-01-28 16:49:57 -0700
committerJens Axboe <axboe@kernel.dk>2020-01-28 16:49:57 -0700
commitb207e236bc452c24357784564a0742023d8cc27a (patch)
tree979a1984ae58cf5a2b8816e514e48690066cdb96
parent39d5034761e25d4d0a57a1563e9b07e027d350a3 (diff)
downloadliburing-b207e236bc452c24357784564a0742023d8cc27a.tar.gz
liburing-b207e236bc452c24357784564a0742023d8cc27a.tar.bz2
test/shared-wq: remove debug sleep
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--test/shared-wq.c1
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: