diff --git a/.github/workflows/run-slow-itests.yaml b/.github/workflows/run-slow-itests.yaml index ad0f5136df..ad0e4d8e67 100644 --- a/.github/workflows/run-slow-itests.yaml +++ b/.github/workflows/run-slow-itests.yaml @@ -4,6 +4,7 @@ concurrency: slow-itests jobs: Run-CoreNLP-Slow-Tests: runs-on: self-hosted + timeout-minutes: 2880 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" @@ -31,6 +32,7 @@ jobs: run: | ant itest-ner - name: Run Coref Tests + if: always() run: | ant itest-coreference - name: Run Many Docs Tests