Skip to content

Commit

Permalink
Timeout added to workflow run to catch when Highs hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloquinte committed Jan 2, 2024
1 parent 0b6ffcb commit 953ce5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 953ce5f

Please sign in to comment.