summaryrefslogtreecommitdiffstats
path: root/tests/torture.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-12-16 15:26:32 +0100
committerAndreas Schneider <asn@samba.org>2014-12-16 15:26:32 +0100
commita12559d7bd6c8c4a8d836c1228949125a16350e7 (patch)
tree7514dbff061188d7c1da1112ff310654ca63b891 /tests/torture.c
parentf05cbad1929ad0f144834b0df444239ab0c05a21 (diff)
downloadsocket_wrapper-a12559d7bd6c8c4a8d836c1228949125a16350e7.tar.gz
socket_wrapper-a12559d7bd6c8c4a8d836c1228949125a16350e7.tar.xz
socket_wrapper-a12559d7bd6c8c4a8d836c1228949125a16350e7.zip
torture: Increase time to wait for pid file.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'tests/torture.c')
-rw-r--r--tests/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/torture.c b/tests/torture.c
index eab36de..821f0ab 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -188,7 +188,7 @@ static void torture_setup_echo_srv_ip(void **state,
}
rc = stat(s->srv_pidfile, &sb);
- usleep(50);
+ usleep(200);
} while (rc != 0);
assert_int_equal(rc, 0);