timeout adjusted

pull/437/head
Frostebite 2022-11-01 22:56:22 +00:00
parent 71e5b09d3a
commit 3db12146a1
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ jobs:
retention-days: 14 retention-days: 14
- run: yarn run test-i --detectOpenHandles --forceExit --runInBand - run: yarn run test-i --detectOpenHandles --forceExit --runInBand
if: github.ref != 'refs/heads/cloud-runner-develop' && github.ref != 'refs/heads/cloud-runner-preview' if: github.ref != 'refs/heads/cloud-runner-develop' && github.ref != 'refs/heads/cloud-runner-preview'
timeout-minutes: 90 timeout-minutes: 180
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: ${{ matrix.projectPath }} PROJECT_PATH: ${{ matrix.projectPath }}
@ -184,7 +184,7 @@ jobs:
retention-days: 14 retention-days: 14
- run: yarn run test-i --detectOpenHandles --forceExit --runInBand - run: yarn run test-i --detectOpenHandles --forceExit --runInBand
if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }} if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }}
timeout-minutes: 90 timeout-minutes: 180
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: ${{ matrix.projectPath }} PROJECT_PATH: ${{ matrix.projectPath }}

View File

@ -105,7 +105,7 @@ jobs:
retention-days: 14 retention-days: 14
- run: yarn run test-i --detectOpenHandles --forceExit --runInBand - run: yarn run test-i --detectOpenHandles --forceExit --runInBand
if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }} if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }}
timeout-minutes: 90 timeout-minutes: 180
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: ${{ matrix.projectPath }} PROJECT_PATH: ${{ matrix.projectPath }}