From 72eb4adbf08193cbb77c162a7cdcecc9ca0a9824 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 9 May 2016 15:47:38 +0200 Subject: [PATCH] tests: Try to fix the x11 test Signed-off-by: Andreas Schneider --- tests/unittests/torture_server_x11.c | 1 + 1 file changed, 1 insertion(+) 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");