Skip to content

Commit 2fb2150

Browse files
Increase timeout for upgrade-e2e test to avoid flakes
1 parent 83b01c3 commit 2fb2150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/upgrade-e2e/post_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestClusterExtensionAfterOLMUpgrade(t *testing.T) {
109109
assert.Contains(ct, cond.Message, "Installed bundle")
110110
assert.Equal(ct, ocv1.BundleMetadata{Name: "test-operator.1.0.1", Version: "1.0.1"}, clusterExtension.Status.Install.Bundle)
111111
assert.NotEqual(ct, previousVersion, clusterExtension.Status.Install.Bundle.Version)
112-
}, time.Minute, time.Second)
112+
}, 3*time.Minute, time.Second)
113113
}
114114

115115
func watchPodLogsForSubstring(ctx context.Context, pod *corev1.Pod, container string, substrings ...string) (bool, error) {

0 commit comments

Comments
 (0)