diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-01-10 18:26:55 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-01-10 22:24:11 +0100 |
commit | 37acd3eca80af880f014f28725df8d619f8b1906 (patch) | |
tree | e4dd48c5627676db41d0022d1bd508ebd4c8407a | |
parent | cc13e8520255232e7917070222e88ab8dfb3880e (diff) | |
download | libssh-37acd3eca80af880f014f28725df8d619f8b1906.tar.gz libssh-37acd3eca80af880f014f28725df8d619f8b1906.tar.xz libssh-37acd3eca80af880f014f28725df8d619f8b1906.zip |
torture: Give sshd more time to start up
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r-- | tests/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/torture.c b/tests/torture.c index 26f15ce0..09d19b8f 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -1035,7 +1035,7 @@ void torture_setup_sshd_server(void **state) assert_return_code(rc, errno); /* Give the process some time to start */ - usleep(1000); + usleep(10000); setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1); unsetenv("PAM_WRAPPER"); |