Procházet zdrojové kódy

Increase a test timeout to avoid spurious failures

Alex Smith před 5 roky
rodič
revize
d25379e001
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      daemon/gamemode-tests.c

+ 1 - 1
daemon/gamemode-tests.c

@@ -275,7 +275,7 @@ static int run_gamemoderun_and_reaper_tests(struct GameModeConfig *config)
 	}
 
 	/* Give the child a chance to reqeust gamemode */
-	usleep(10000);
+	usleep(100000);
 
 	/* Check that when we request gamemode, it replies that the other client is connected */
 	if (verify_other_client_connected() != 0)