Skip to content

Commit 669e83f

Browse files
committed
Change timeout to 15 minutes
1 parent dcf66ab commit 669e83f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
command: helm dependency update
4040
- run:
4141
name: Helm install stackstorm-ha chart
42-
command: helm install --timeout 20m0s --debug --wait --name-template stackstorm-ha .
42+
command: helm install --timeout 15m0s --debug --wait --name-template stackstorm-ha .
4343
- run:
4444
name: Helm test
4545
command: helm test stackstorm-ha

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Helm install
4848
run: |
49-
helm install --timeout 20m0s --debug --wait \
49+
helm install --timeout 15m0s --debug --wait \
5050
--name-template stackstorm-ha .
5151
5252
- name: Helm test

0 commit comments

Comments
 (0)