Skip to content

Commit d1e4645

Browse files
Increase timeout in clusterresourceset controller unit tests
1 parent daba8fe commit d1e4645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/addons/controllers/clusterresourceset_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
const (
37-
timeout = time.Second * 10
37+
timeout = time.Second * 20
3838
defaultNamespaceName = "default"
3939
)
4040

0 commit comments

Comments
 (0)