Skip to content

Commit

Permalink
set timeout minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 21, 2024
1 parent 0614993 commit 66c3db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
Run-Unit-Tests:
needs: Prepare
name: Run unit tests parallel
timeout-minutes: 210
timeout-minutes: 60 # lets keep the individual jobs shorter
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -174,6 +174,7 @@ jobs:
run: mkdir -p ${{env.OUTPUT_TEST_DIR}}

- name: Run unit tests
timeout-minutes: 30
env:
TOTAL_TESTS: ${{ needs.Prepare.outputs.test_count }}
CHUNK: ${{ matrix.chunk }}
Expand Down

0 comments on commit 66c3db3

Please sign in to comment.