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:
Jakub Jelen
2020-01-15 15:36:14 +01:00
committed by Andreas Schneider
parent 7f5e14698f
commit 12d5c136f2

View File

@@ -928,7 +928,7 @@ torture_reload_sshd_server(void **state)
}
/* 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);
return SSH_OK;
}