Skip to content

Commit

Permalink
Adjust test timeout on AppWrappers to decrease e2e tests duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and openshift-merge-bot[bot] committed Feb 10, 2025
1 parent f59ec01 commit b7e3f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/deployment_appwrapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func TestDeploymentAppWrapper(t *testing.T) {

// A deployment will not complete; so simply make sure it keeps running for reasonable interval
test.T().Logf("Ensuring the AppWrapper %s/%s continues to run", aw.Namespace, aw.Name)
test.Consistently(AppWrappers(test, namespace), TestTimeoutMedium).Should(
test.Consistently(AppWrappers(test, namespace), TestTimeoutShort).Should(
ContainElement(WithTransform(AppWrapperPhase, Equal(mcadv1beta2.AppWrapperRunning))))

test.T().Logf("Deleting AppWrapper %s/%s", aw.Namespace, aw.Name)
Expand Down

0 comments on commit b7e3f34

Please sign in to comment.