mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
c7a1b94c84
commit
5341957960
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user