aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-05-09 15:47:38 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-05-09 15:47:38 +0200
commit72eb4adbf08193cbb77c162a7cdcecc9ca0a9824 (patch)
treea6ca4207682789dafcdd36b45d5510434b0f67c6
parent3f9ce10525849776286e5bcbc57a3f7a364b48d2 (diff)
downloadlibssh-72eb4adbf08193cbb77c162a7cdcecc9ca0a9824.tar.gz
libssh-72eb4adbf08193cbb77c162a7cdcecc9ca0a9824.tar.xz
libssh-72eb4adbf08193cbb77c162a7cdcecc9ca0a9824.zip
tests: Try to fix the x11 test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--tests/unittests/torture_server_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/torture_server_x11.c b/tests/unittests/torture_server_x11.c
index 82380425..b12be556 100644
--- a/tests/unittests/torture_server_x11.c
+++ b/tests/unittests/torture_server_x11.c
@@ -71,6 +71,7 @@ static void *client_thread(void *arg) {
/* unused */
(void)arg;
+ usleep(200);
session = torture_ssh_session("localhost",
&test_port,
"foo", "bar");