Skip to content

Commit

Permalink
Increase Ready timeout for TestChannelConformance to 4 minutes
Browse files Browse the repository at this point in the history
The default 2-minute timeout might not be enough in some scenarios where
deploying takes longer (like with Istio).
  • Loading branch information
mgencur authored and knative-prow-robot committed Nov 13, 2023
1 parent 360ec60 commit 678a6e7
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 678a6e7

Please sign in to comment.