Skip to content

Commit

Permalink
fix: increase CodeQL timeout (#43)
Browse files Browse the repository at this point in the history
Increase timeout to accommodate codeQL runtime on windows.

Signed-off-by: Quang Nguyen <[email protected]>
  • Loading branch information
nddq authored Mar 14, 2024
1 parent 59a758d commit f014035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
language: [go]
go-version: ["1.21"]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 90
permissions:
actions: read
contents: read
Expand Down

0 comments on commit f014035

Please sign in to comment.