From d23173e343f0694b6b64ff57b97fe2786725f5c0 Mon Sep 17 00:00:00 2001 From: James Frowen Date: Wed, 24 Mar 2021 15:44:04 +0000 Subject: [PATCH] CI: adding timeout of 20 minutes for each editor and play mode test (#725) --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 984849aa2e7..121ae28ec60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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