Skip to content

Commit

Permalink
Merge pull request #20819 from jknphy/bump-timeout2
Browse files Browse the repository at this point in the history
Bump timeout for refreshing repos in Agama unattended
  • Loading branch information
jknphy authored Dec 17, 2024
2 parents 4af99e0 + c71cd46 commit d0e3e67
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 d0e3e67

Please sign in to comment.