Skip to content

Commit 3b9bdce

Browse files
authored
Merge pull request #4076 from Nordix/fix-ClusterResourceSet-test-flakes
🐛 Increase timeout in clusterresourceset controller unit tests
2 parents 96e26aa + d1e4645 commit 3b9bdce

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)