From 2d684d345d68856bcae423a2fc7251afcf9c4989 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 13:02:39 +0100 Subject: [PATCH] Prolong wait time. --- tests/windows_install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/windows_install.pm b/tests/windows_install.pm index 65e34eaf..f50f3635 100644 --- a/tests/windows_install.pm +++ b/tests/windows_install.pm @@ -26,7 +26,7 @@ sub run { assert_and_click "win_setup_next", 60; # Confirm the region, the default US region will be ok. - assert_and_click "win_setup_yes", 1200; + assert_and_click "win_setup_yes", 300; # Confirm the keyboard layout, the default US keyboard will be ok. assert_and_click "win_setup_yes", 60;