Skip to content

Commit

Permalink
ci: Set CI job timeout to 20 minutes
Browse files Browse the repository at this point in the history
Set CI job timeout to 20 minutes. Most jobs
finish in about 10 minutes.

Closes #181
  • Loading branch information
riddell-stan committed Dec 16, 2020
1 parent 9f9a12f commit a649254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
tests:
name: pystan tests
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
matrix:
os: [ubuntu-20.04, macos-10.14]
Expand Down

0 comments on commit a649254

Please sign in to comment.