mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +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 12d5c136f2)
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@@ -942,7 +942,7 @@ torture_reload_sshd_server(void **state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Wait until the sshd is ready to accept connections */
|
/* Wait until the sshd is ready to accept connections */
|
||||||
rc = torture_wait_for_daemon(5);
|
rc = torture_wait_for_daemon(10);
|
||||||
assert_int_equal(rc, 0);
|
assert_int_equal(rc, 0);
|
||||||
return SSH_OK;
|
return SSH_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user