Skip to content

Commit

Permalink
Bump timeout for refreshing repos in Agama unattended
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Dec 17, 2024
1 parent 4af99e0 commit c71cd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Yam/Agama/Pom/AgamaUpAndRunningPage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sub new {
agama-configuring-the-product
agama-installing
agama-sle-overview)],
timeout_expect_is_shown => $args->{timeout_expect_is_shown} // 120
timeout_expect_is_shown => $args->{timeout_expect_is_shown} // 240
}, $class;
}

Expand Down

0 comments on commit c71cd46

Please sign in to comment.