1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-28 16:43:09 +00:00

Find exceptions.

This commit is contained in:
Lukáš Růžička 2019-11-05 15:06:38 +01:00
parent ee80e307d4
commit 0d7dd41ca1

View File

@ -37,7 +37,7 @@ sub run {
# If no internet is detected, deal with no internet else connect
# to a local domain.
if (check_screen("win_setup_no_internet")) {
if (check_screen("win_setup_no_internet", timeout=>120)) {
assert_and_click "win_setup_dont_have_net";
assert_and_click "win_setup_limited";
} else {