From fec4dc4eff715331fc9062f173548d4b4c9bbe90 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 23 Nov 2017 10:47:27 +0100 Subject: [PATCH] tests: Give server more time to start Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry-picked from commit f8f7989c) --- tests/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/torture.c b/tests/torture.c index ca4be531..743df638 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -889,7 +889,7 @@ void torture_setup_sshd_server(void **state) assert_return_code(rc, errno); /* Give the process some time to start */ - usleep(300); + usleep(1000); setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1); unsetenv("UID_WRAPPER_ROOT");