From 7ebb1b43719b85351d10284939227c74d5d58c4a Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 14 Feb 2023 22:48:56 +0000 Subject: [PATCH] events log cleanup --- .github/workflows/cloud-runner-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 5c0d92ba..361fa197 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -114,7 +114,7 @@ jobs: gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT - run: yarn - run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand - timeout-minutes: 15 + timeout-minutes: 35 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} PROJECT_PATH: test-project