Skip to content

Commit 66c3db3

Browse files
author
mike dupont
committed
set timeout minutes
1 parent 0614993 commit 66c3db3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
Run-Unit-Tests:
113113
needs: Prepare
114114
name: Run unit tests parallel
115-
timeout-minutes: 210
115+
timeout-minutes: 60 # lets keep the individual jobs shorter
116116
runs-on: ubuntu-latest
117117
strategy:
118118
fail-fast: false
@@ -174,6 +174,7 @@ jobs:
174174
run: mkdir -p ${{env.OUTPUT_TEST_DIR}}
175175

176176
- name: Run unit tests
177+
timeout-minutes: 30
177178
env:
178179
TOTAL_TESTS: ${{ needs.Prepare.outputs.test_count }}
179180
CHUNK: ${{ matrix.chunk }}

0 commit comments

Comments
 (0)