torture: Give sshd more time to start up

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-01-10 18:26:55 +01:00
parent cc13e85202
commit 37acd3eca8

View File

@@ -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");