Skip to content

Commit

Permalink
chore(e2e): increase OLM install timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Jan 7, 2025
1 parent c6fc6af commit 6b3a2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/install/olm/olm_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestOLMInstallation(t *testing.T) {
fmt.Sprintf("BUNDLE_IMAGE_NAME=%s", bundleImageName),
fmt.Sprintf("NAMESPACE=%s", ns),
),
"180s",
"300s",
)
// Refresh the test client to account for the newly installed CRDs
RefreshClient(t)
Expand Down

0 comments on commit 6b3a2f3

Please sign in to comment.