Skip to content

Commit

Permalink
update gh action timeout to 30min
Browse files Browse the repository at this point in the history
  • Loading branch information
srdjastankovic committed Nov 2, 2023
1 parent c1317f2 commit 4081efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 30

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 4081efe

Please sign in to comment.