Skip to content

Commit c4ed318

Browse files
committed
fix: increase helm install timeout
1 parent 4270dff commit c4ed318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kuttl-test-self-hosted-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands:
1515
--set global.postgresql.auth.password=postgres
1616
--set global.postgresql.auth.username=postgres
1717
--wait
18-
timeout: 120
18+
timeout: 240
1919
- command: >-
2020
helm install -n $NAMESPACE ext-postgres-operator ./charts/ext-postgres-operator
2121
--set image.repository=postgres-operator

0 commit comments

Comments
 (0)