diff --git a/tests/upgrade_run.pm b/tests/upgrade_run.pm index 8a87f8a9..4c5bc95a 100644 --- a/tests/upgrade_run.pm +++ b/tests/upgrade_run.pm @@ -31,7 +31,7 @@ sub run { # Click on the updates button. There should be no updates available, # as updates were already handled by the upgrade_preinstall test, # so we should only see the new version banner. - assert_and_click("gnome_software_updates_button", 60); + assert_and_click("gnome_software_updates_button", timeout=>60); # Check that the banner is there. assert_screen("gnome_software_new_version");