Skip to content

Commit

Permalink
Extended wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed Feb 14, 2024
1 parent a8fb308 commit b12e7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var _ = Describe("Central", Ordered, func() {

It("should transition central request state to ready", func() {
Eventually(assertCentralRequestReady(ctx, client, centralRequestID)).
WithTimeout(waitTimeout).
WithTimeout(extendedWaitTimeout).
WithPolling(defaultPolling).
Should(Succeed())
})
Expand Down

0 comments on commit b12e7b2

Please sign in to comment.