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:
Adam Williamson 2016-12-07 17:27:35 -08:00
parent 601815af93
commit 62ef578758

View File

@ -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);