Skip to content

Commit

Permalink
Increase Ready timeout for TestChannelConformance to 4 minutes (#438)
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).

Co-authored-by: Martin Gencur <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and mgencur authored Jan 2, 2024
1 parent 33dfdce commit 32b8dea
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 32b8dea

Please sign in to comment.