From 53419579603d95e1310cbbee1620ee3250ffdfbb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 30 Oct 2020 10:19:25 -0700 Subject: [PATCH] cockpit: wait longer for services screen to load It seems like it can be *really* slow on aarch64, since 218: https://github.com/cockpit-project/cockpit/issues/14840 this should give it a total of 180 seconds on aarch64 (90 second still screen timeout plus 30 second assert_screen timeout, with 1.5x scale). 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 3b5884f9..49d3020f 100644 --- a/tests/server_cockpit_basic.pm +++ b/tests/server_cockpit_basic.pm @@ -19,7 +19,7 @@ sub run { assert_screen "cockpit_logs_detail"; # go to the services screen assert_and_click "cockpit_services"; - wait_still_screen 5; + wait_still_screen(timeout=>90, stilltime=>5); # click on an entry assert_and_click "cockpit_services_entry"; # check we get to the appropriate detail screen...but this click