Extend a timeout in the graphical update test
The 'refresh' button takes a bit longer to appear on F24 respin tests.
This commit is contained in:
parent
601815af93
commit
62ef578758
@ -40,7 +40,7 @@ sub run {
|
||||
}
|
||||
assert_and_click 'desktop_package_tool_update';
|
||||
# refresh updates
|
||||
assert_and_click 'desktop_package_tool_update_refresh';
|
||||
assert_and_click 'desktop_package_tool_update_refresh', '', 120;
|
||||
# wait for refresh, then apply updates
|
||||
for my $n (1..5) {
|
||||
last if (check_screen 'desktop_package_tool_update_apply', 120);
|
||||
|
Loading…
Reference in New Issue
Block a user