From ab66e56152ba0b86b551006f03a9571c3f78f024 Mon Sep 17 00:00:00 2001 From: J38 Date: Thu, 7 Oct 2021 22:58:44 -0700 Subject: [PATCH] Update run-slow-itests.yaml --- .github/workflows/run-slow-itests.yaml | 2 ++ 1 file changed, 2 insertions(+) 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