mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests: Give server more time to start
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
7f5e14698f
commit
12d5c136f2
@@ -928,7 +928,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