Skip to content

Commit

Permalink
Set 60 minute timeout for testing
Browse files Browse the repository at this point in the history
Sets a 60 minute timeout for testing in case the multi-threaded tests hang
  • Loading branch information
jhendersonHDF authored Oct 28, 2024
1 parent 2ed0a1b commit 7f5fa8e
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 7f5fa8e

Please sign in to comment.