1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-11 17:34:23 +00:00

Make longer time out.

This commit is contained in:
Lukas Ruzicka 2018-06-27 14:59:22 +02:00
parent d85a8577fc
commit 97eecbb1b6

View File

@ -43,7 +43,7 @@ sub run {
# will already have the apply button at this point
unless (check_screen 'desktop_package_tool_update_apply', 5) {
# refresh updates
assert_and_click 'desktop_package_tool_update_refresh', '', 120;
assert_and_click 'desktop_package_tool_update_refresh', '', 240;
}
# wait for refresh, then apply updates, using a C-style loop so we
# can reset it if needed due to RHBZ #1314991