From 8f3453c62e336eb2bcc810b75d8c843442377f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Tue, 5 Nov 2019 12:55:58 +0100 Subject: [PATCH] Prolong wait time. --- tests/windows_install.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/windows_install.pm b/tests/windows_install.pm index 7af1a1cc..62c92b98 100644 --- a/tests/windows_install.pm +++ b/tests/windows_install.pm @@ -27,7 +27,7 @@ sub run { assert_and_click "win_setup_next", 20; # Confirm the region, the default US region will be ok. - assert_and_click "win_setup_yes", 600; + assert_and_click "win_setup_yes", 1200; # Confirm the keyboard layout, the default US keyboard will be ok. assert_and_click "win_setup_yes", 60; @@ -35,6 +35,8 @@ sub run { # Skip adding the second keyboard, we are not interested anyway. assert_and_click "win_setup_skip", 60; + # If no internet is detected, deal with no internet. + # Join a local domain assert_and_click "win_setup_local_account", 600; assert_and_click "win_setup_bluenext", 20;