Skip to content

Commit 747a9f5

Browse files
[release-1.12] Increase Ready timeout for TestChannelConformance to 4 minutes (#7443)
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]>
1 parent 360ec60 commit 747a9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rekt/channel_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func TestChannelConformance(t *testing.T) {
4747
knative.WithTracingConfig,
4848
k8s.WithEventListener,
4949
environment.Managed(t),
50+
environment.WithPollTimings(5*time.Second, 4*time.Minute),
5051
)
5152

5253
channelName := "mychannelimpl"

0 commit comments

Comments
 (0)