From b88704ebf331e3f3c70df76e5bf1c1e71b71cb89 Mon Sep 17 00:00:00 2001 From: schillic Date: Sun, 25 Feb 2024 06:36:31 +0100 Subject: [PATCH] add timeout to tests --- .github/workflows/test-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 70191bd067..116b7ebc74 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -45,6 +45,7 @@ jobs: uses: julia-actions/julia-buildpkg@v1 - name: Run tests uses: julia-actions/julia-runtest@v1 + timeout-minutes: 30 # kill stale process earlier continue-on-error: ${{ matrix.version == '1.6' }} - name: Process coverage uses: julia-actions/julia-processcoverage@v1