diff --git a/tests/torture.c b/tests/torture.c index 141cfc15..87b6259f 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -221,7 +221,7 @@ int torture_terminate_process(const char *pidfile) kill(pid, SIGTERM); /* 10 ms */ - usleep(10 * 000); + usleep(10 * 1000); rc = kill(pid, 0); if (rc != 0) {