Skip to content

Commit 6b0fc30

Browse files
committed
Increase timeout for verify scripts
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
1 parent 094eca2 commit 6b0fc30

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/smoke-test/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
shell: bash
2727
env:
2828
OVERLAY: ${{ inputs.overlay }}
29+
TIMEOUT: ${{ inputs.timeout }}
2930
run: .github/scripts/verify-install.sh
3031

3132
- name: Run uninstall script
@@ -38,6 +39,8 @@ runs:
3839

3940
- name: Verify uninstall
4041
shell: bash
42+
env:
43+
TIMEOUT: ${{ inputs.timeout }}
4144
run: .github/scripts/verify-uninstall.sh
4245

4346
- name: Debug on failure

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Smoke test
3030
uses: ./.github/actions/smoke-test
3131
with:
32+
timeout: 300
3233
overlay: ${{ matrix.overlay }}
3334

3435
smoke-kind:
@@ -57,4 +58,5 @@ jobs:
5758
- name: Smoke test
5859
uses: ./.github/actions/smoke-test
5960
with:
61+
timeout: 300
6062
overlay: ${{ matrix.overlay }}

0 commit comments

Comments
 (0)