mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 12:33:16 +00:00
Bump timeout to 45 minutes
With a 30 minute timeout, we were getting some cancelled runs. This should fix it.
This commit is contained in:
2
.github/workflows/__test-ruby.yml
generated
vendored
2
.github/workflows/__test-ruby.yml
generated
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- os: macos-latest
|
||||
version: nightly-latest
|
||||
name: Ruby analysis
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 45
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
||||
Reference in New Issue
Block a user