tests: Fix a typo in torture.c

Thanks Nikos for spotting it.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-07 15:41:45 +02:00
parent 5ea81166bf
commit 2839d48cb8

View File

@@ -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) {