mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user