Skip to content

Commit 36f0183

Browse files
committed
Bump integration test timeout
1 parent de677e2 commit 36f0183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var (
7575
fakeRecorder *record.FakeRecorder
7676
topologyReconcilers []*controllers.TopologyReconciler
7777
superStreamReconciler *controllers.SuperStreamReconciler
78-
statusEventsUpdateTimeout = 10 * time.Second
78+
statusEventsUpdateTimeout = 20 * time.Second
7979
)
8080

8181
var _ = BeforeSuite(func() {

0 commit comments

Comments
 (0)