mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
tests: Give server more time to start
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry-picked from commit f8f7989c)
This commit is contained in:
committed by
Andreas Schneider
parent
3d0c9cc6b5
commit
fec4dc4eff
@@ -889,7 +889,7 @@ void torture_setup_sshd_server(void **state)
|
||||
assert_return_code(rc, errno);
|
||||
|
||||
/* Give the process some time to start */
|
||||
usleep(300);
|
||||
usleep(1000);
|
||||
|
||||
setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1);
|
||||
unsetenv("UID_WRAPPER_ROOT");
|
||||
|
||||
Reference in New Issue
Block a user