Skip to content

Commit 8aa45d9

Browse files
committed
chore: reduce smoke test timeout from 5m to 2m (parallel dockerd fix)
1 parent 2457420 commit 8aa45d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: Smoke Test
104104
needs: deploy
105105
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-smoke"]
106-
timeout-minutes: 5
106+
timeout-minutes: 2
107107
steps:
108108
- name: Verify runner is healthy
109109
run: |

0 commit comments

Comments
 (0)