Skip to content

Commit f282427

Browse files
committed
increase timeout in TLS test to allow cert manager to clean itself up
1 parent 2468aea commit f282427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rekt/integrationsource_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ package rekt
2121

2222
import (
2323
"testing"
24+
"time"
2425

2526
"knative.dev/pkg/system"
2627
"knative.dev/reconciler-test/pkg/environment"
@@ -56,6 +57,7 @@ func TestIntegrationSourceWithTLS(t *testing.T) {
5657
k8s.WithEventListener,
5758
environment.Managed(t),
5859
eventshub.WithTLS(t),
60+
environment.WithPollTimings(5*time.Second, 4*time.Minute),
5961
)
6062

6163
env.ParallelTest(ctx, t, integrationsource.SendEventsWithTLSRecieverAsSink())

0 commit comments

Comments
 (0)