From 6f9008a32ec2b397d1f9bdefc5a60ffe876615b3 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Fri, 29 Nov 2019 09:09:33 -0600 Subject: [PATCH] set timeout on `yarn test` (#104) It has been hanging on MacOS builds. Although we would want to fix this hang long term. This is a temporary way to deal with it and prevent future occurrences of swamping the CI. It would be surprising if jest tests ran longer than 15 minutes. --- .github/workflows/test-on-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-on-pr.yml b/.github/workflows/test-on-pr.yml index 4bd4bbaed..9a434f400 100644 --- a/.github/workflows/test-on-pr.yml +++ b/.github/workflows/test-on-pr.yml @@ -58,6 +58,7 @@ jobs: with: fetch-depth: 3 - name: test + timeout-minutes: 15 run: | cd ./cli/tauri.js yarn