From c4c998c5a8e8084c66a2eef85f9d922ae2410211 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 25 Jul 2019 14:25:11 -0700 Subject: [PATCH] Actually set longer timeout before services entry click Signed-off-by: Adam Williamson --- tests/server_cockpit_basic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server_cockpit_basic.pm b/tests/server_cockpit_basic.pm index 80747c8a..b8a071a1 100644 --- a/tests/server_cockpit_basic.pm +++ b/tests/server_cockpit_basic.pm @@ -20,7 +20,7 @@ sub run { assert_screen "cockpit_logs_detail"; # go to the services screen assert_and_click "cockpit_services"; - wait_still_screen 2; + wait_still_screen 5; # click on an entry assert_and_click "cockpit_services_entry"; # check we get to the appropriate detail screen...but this click