Skip to content

Commit

Permalink
ci: Reduce unit test timeout to 15 min (#2302)
Browse files Browse the repository at this point in the history
As we don't have any retry mechanisms, the tests sometimes time out,
and the tests usually succeed in around seven minutes or less,
we can reduce the timeout to 15 min.
  • Loading branch information
philipphofmann authored Oct 19, 2022
1 parent c10f528 commit 3e85a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
unit-tests:
name: Unit ${{matrix.platform}} - Xcode ${{matrix.xcode}} - OS ${{matrix.test-destination-os}}
runs-on: ${{matrix.runs-on}}
timeout-minutes: 20
timeout-minutes: 15
needs: build-test-server

strategy:
Expand Down

0 comments on commit 3e85a23

Please sign in to comment.