Skip to content

Commit b7e3f34

Browse files
Adjust test timeout on AppWrappers to decrease e2e tests duration
1 parent f59ec01 commit b7e3f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/deployment_appwrapper_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func TestDeploymentAppWrapper(t *testing.T) {
153153

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

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

0 commit comments

Comments
 (0)