Skip to content

Commit e1b3a6c

Browse files
authored
Bump timeout. (#21)
1 parent 5d8d947 commit e1b3a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/cloudstackcluster_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func getCapiCluster() *clusterv1.Cluster {
6666
}
6767

6868
const (
69-
timeout = time.Second * 60
69+
timeout = time.Second * 120
7070
)
7171

7272
var _ = Describe("CloudStackClusterReconciler", func() {

0 commit comments

Comments
 (0)