Skip to content

Commit

Permalink
[release-1.11] Increase Ready timeout for TestChannelConformance to 4…
Browse files Browse the repository at this point in the history
… minutes (#7442)

Increase Ready timeout for TestChannelConformance to 4 minutes

The default 2-minute timeout might not be enough in some scenarios where
deploying takes longer (like with Istio).

Co-authored-by: Martin Gencur <[email protected]>
  • Loading branch information
knative-prow-robot and mgencur authored Nov 14, 2023
1 parent 1bdedcc commit 05b92c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rekt/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestChannelConformance(t *testing.T) {
knative.WithTracingConfig,
k8s.WithEventListener,
environment.Managed(t),
environment.WithPollTimings(5*time.Second, 4*time.Minute),
)

channelName := "mychannelimpl"
Expand Down

0 comments on commit 05b92c7

Please sign in to comment.