torture: Give sshd more time to start

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2016-01-21 09:07:02 +01:00
parent 5c5b1aaaa7
commit 02d9b05f54

View File

@@ -973,7 +973,7 @@ void torture_setup_sshd_server(void **state)
assert_return_code(rc, errno);
/* Give the process some time to start */
usleep(300);
usleep(500);
setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1);
unsetenv("UID_WRAPPER_ROOT");