From ba125834f1f7cbe9a1e3d363b7b9c9f89e9f7413 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 20 Aug 2024 12:06:59 +0100 Subject: [PATCH] CodeQL: Remove Swift 2h timeout Spurious intermittent timeouts are no longer expected on Swift. --- code-scanning/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/code-scanning/codeql.yml b/code-scanning/codeql.yml index 655fc59..3e48389 100644 --- a/code-scanning/codeql.yml +++ b/code-scanning/codeql.yml @@ -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