From 6a240d550e308a549b2ebc4be4e813429fc98aa6 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Thu, 7 Mar 2019 20:09:14 +0000 Subject: [PATCH] Extend the sleep for the child gamemode in tests --- daemon/gamemode-tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/gamemode-tests.c b/daemon/gamemode-tests.c index 2c2541a..2dd6c10 100644 --- a/daemon/gamemode-tests.c +++ b/daemon/gamemode-tests.c @@ -201,8 +201,8 @@ static int run_dual_client_tests(void) /* Parent process */ /* None of these should early-out as we need to clean up the child */ - /* Give the child a chance to reqeust gamemode */ - usleep(1000); + /* Give the child a chance to request gamemode */ + usleep(10000); /* Check that when we request gamemode, it replies that the other client is connected */ if (verify_other_client_connected() != 0)