From 953ce5fbecdc77ca180790f0502b27dca9978342 Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Tue, 2 Jan 2024 17:17:01 +0000 Subject: [PATCH] Timeout added to workflow run to catch when Highs hangs --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7d31a3..e125658 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,7 @@ jobs: - name: Test uses: actions-rs/cargo@v1 + timeout-minutes: 10 if: ${{ matrix.features != '--features optim-mip' || matrix.os != 'macos-latest' }} with: command: test