mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-31 00:03:07 +03:00
tests: Wait longer for the server
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
@ -605,8 +605,8 @@ static int setup_kbdint_server(void **state)
|
||||
setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1);
|
||||
unsetenv("PAM_WRAPPER");
|
||||
|
||||
/* Wait 200ms */
|
||||
usleep(200 * 1000);
|
||||
rc = torture_wait_for_daemon(15);
|
||||
assert_int_equal(rc, 0);
|
||||
|
||||
tss->state = s;
|
||||
tss->ss = ss;
|
||||
|
Reference in New Issue
Block a user