Skip to content

Commit

Permalink
Merge pull request os-autoinst#18376 from Chubykalo/prepare_wsl-timeo…
Browse files Browse the repository at this point in the history
…ut-poo#152927

Increase prepare_wsl timeout.
  • Loading branch information
ricardobranco777 authored Jan 2, 2024
2 parents b3a5297 + 29a70b1 commit 2f7c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wsl/prepare_wsl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub run {
cmd => "wsl --install --no-distribution",
code => sub {
unless (is_aarch64) {
assert_screen(["windows-user-account-ctl-hidden", "windows-user-acount-ctl-allow-make-changes"], 240);
assert_screen(["windows-user-account-ctl-hidden", "windows-user-acount-ctl-allow-make-changes"], 900);
assert_and_click "windows-user-account-ctl-hidden" if match_has_tag("windows-user-account-ctl-hidden");
assert_and_click "windows-user-acount-ctl-yes";
}
Expand Down

0 comments on commit 2f7c80e

Please sign in to comment.