1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-21 08:03:08 +00:00

Find exceptions.

This commit is contained in:
Lukáš Růžička 2019-11-05 14:51:16 +01:00
parent 79d5719c33
commit bfab9f9a42

View File

@ -37,7 +37,7 @@ sub run {
# If no internet is detected, deal with no internet else connect
# to a local domain.
my $counter = 0
my $counter = 0;
while (!checkscreen("win_setup_no_internet") or !checkscreen("win_setup_local_account")) {
sleep 10;
$counter += 1;