Skip to content

Commit

Permalink
CI: adding timeout of 20 minutes for each editor and play mode test (M…
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen authored Mar 24, 2021
1 parent 1f3c34f commit d23173e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
- name: Run editor Tests
run: unity-editor -nographics -logFile /dev/stdout -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests

timeout-minutes: 20

- name: Run play Tests
run: unity-editor -nographics -logFile /dev/stdout -runTests -testPlatform playmode -testResults Tests/playmode-results.xml -enableCodeCoverage -coverageResultsPath Tests
timeout-minutes: 20

- name: Archive test results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit d23173e

Please sign in to comment.