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 1bdedcc commit 14b2b4b
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 14b2b4b

Please sign in to comment.