Skip to content

Commit 259de5e

Browse files
committed
gha: add cautionary timeout in gha tests
1 parent f1c889b commit 259de5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
run: ./bin/inv_wrapper.sh dev.cc faabric_tests
135135
- name: "Run tests"
136136
run: ./bin/inv_wrapper.sh tests
137+
timeout-minutes: 10
137138

138139
dist-tests:
139140
if: github.event.pull_request.draft == false
@@ -157,6 +158,7 @@ jobs:
157158
run: ./dist-test/build.sh
158159
- name: "Run the distributed tests"
159160
run: ./dist-test/run.sh
161+
timeout-minutes: 10
160162
- name: "Print planner logs"
161163
if: always()
162164
run: docker compose logs planner

0 commit comments

Comments
 (0)