Skip to content

Commit

Permalink
CodeQL: Remove Swift 2h timeout
Browse files Browse the repository at this point in the history
Spurious intermittent timeouts are no longer expected on Swift.
  • Loading branch information
igfoo committed Aug 20, 2024
1 parent 83b6e98 commit ba12583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code-scanning/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
security-events: write
Expand Down

0 comments on commit ba12583

Please sign in to comment.