mirror of
https://github.com/github/codeql-action
synced 2026-05-31 00:00:46 +03: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:
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-setup-python-scripts:
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 45
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user