Skip to content

Commit d9c422f

Browse files
committed
allow more time in test case to transition from Empty to Suspended
1 parent c747dcc commit d9c422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/appwrapper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
226226
By("Jobs should be queued when quota is exhausted")
227227
aw3 := createAppWrapper(ctx, deployment(2, 250))
228228
appwrappers = append(appwrappers, aw3)
229-
Eventually(AppWrapperPhase(ctx, aw3), 10*time.Second).Should(Equal(workloadv1beta2.AppWrapperSuspended))
229+
Eventually(AppWrapperPhase(ctx, aw3), 30*time.Second).Should(Equal(workloadv1beta2.AppWrapperSuspended))
230230
Consistently(AppWrapperPhase(ctx, aw3), 20*time.Second).Should(Equal(workloadv1beta2.AppWrapperSuspended))
231231

232232
By("Queued job is admitted when quota becomes available")

0 commit comments

Comments
 (0)