Skip to content

Commit 0ee25c7

Browse files
author
lijianguo
committed
chore(helmbroker): increase helm waiting time
1 parent f2c7101 commit 0ee25c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/helmbroker/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def provision(instance_id: str, details: ProvisionDetails):
3636
"--create-namespace",
3737
"--wait",
3838
"--timeout",
39-
"10m0s",
39+
"25m0s",
4040
"-f",
4141
values_file,
4242
"--set",
@@ -84,7 +84,7 @@ def update(instance_id: str, details: UpdateDetails):
8484
"--create-namespace",
8585
"--wait",
8686
"--timeout",
87-
"10m0s",
87+
"25m0s",
8888
"-f",
8989
values_file,
9090
"--set",

0 commit comments

Comments
 (0)