Skip to content

Commit

Permalink
Merge pull request #17 from jhendersonHDF/patch-1
Browse files Browse the repository at this point in the history
Set 60 minute timeout for testing
  • Loading branch information
epourmal authored Oct 28, 2024
2 parents 2ed0a1b + 7f5fa8e commit d6cb2b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Restrict runtime to 60 minutes in case test hangs
timeout-minutes: 60

steps:
- name: Install Linux Dependencies
run: |
Expand Down

0 comments on commit d6cb2b2

Please sign in to comment.