1
0
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:
Jakub Jelen
2023-04-27 15:32:25 +02:00
parent fcb6ee4031
commit f80faa89ce
3 changed files with 5 additions and 3 deletions

View File

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