Skip to content

Commit

Permalink
Increase Ready timeout for TestChannelConformance to 4 minutes (#414)
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 Nov 24, 2023
1 parent 768e988 commit 0bca1b7
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 @@ -48,6 +48,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 0bca1b7

Please sign in to comment.