Skip to content

Commit 40b8446

Browse files
authored
ci: Increase Codeql timeout (#2645)
ci: increase codeql timeout
1 parent 7ae6333 commit 40b8446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ubuntu-latest, windows-latest]
2727
language: [go]
2828
runs-on: ${{ matrix.os }}
29-
timeout-minutes: 60
29+
timeout-minutes: 90 # windows Autobuild time increase by 20 minutes https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.16.4/#golang-1
3030
permissions:
3131
actions: read
3232
contents: read

0 commit comments

Comments
 (0)