Skip to content

Commit 11f130e

Browse files
authored
test: increase time in clusterresourcebinding watcher IT (#99)
--------- Signed-off-by: Zhiying Lin <[email protected]>
1 parent 401170e commit 11f130e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/clusterresourcebindingwatcher/watcher_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
testReason1 = "testReason1"
4141
testReason2 = "testReason2"
4242

43-
eventuallyTimeout = time.Second * 10
43+
eventuallyTimeout = time.Second * 20
4444
consistentlyDuration = time.Second * 10
4545
interval = time.Millisecond * 250
4646
)

0 commit comments

Comments
 (0)