aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-01-21 09:07:02 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-01-21 09:07:02 +0100
commit02d9b05f543ba4d2278a8bd0df81c04f993ae1d1 (patch)
tree4aed50cc6818ee847798b8986292e9088e08c92d /tests
parent5c5b1aaaa72bf06554cc3396db4f6185ccdf55f3 (diff)
downloadlibssh-02d9b05f543ba4d2278a8bd0df81c04f993ae1d1.tar.gz
libssh-02d9b05f543ba4d2278a8bd0df81c04f993ae1d1.tar.xz
libssh-02d9b05f543ba4d2278a8bd0df81c04f993ae1d1.zip
torture: Give sshd more time to start
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/torture.c b/tests/torture.c
index 35cb298d..f1daaf21 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -973,7 +973,7 @@ void torture_setup_sshd_server(void **state)
assert_return_code(rc, errno);
/* Give the process some time to start */
- usleep(300);
+ usleep(500);
setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1);
unsetenv("UID_WRAPPER_ROOT");