From e461436d989558beb0e934600f7ee4f7e1089853 Mon Sep 17 00:00:00 2001 From: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:32:42 -0700 Subject: [PATCH] WIP: Extend timeout, reduce artifact retention --- .github/workflows/__swift-autobuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 897c0a720..f79c5d9de 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -15,7 +15,7 @@ jobs: slice: [1,2,3,4] version: [nightly-latest] name: Swift analysis using autobuild - timeout-minutes: 15 + timeout-minutes: 25 runs-on: macos-latest steps: - name: Check out repository @@ -58,6 +58,7 @@ jobs: name: swift-autobuild-dbs-${{ matrix.slice }} # relocator working directory is under codeql_databases, not the language-specific DB path: ${{ runner.temp }}/codeql_databases + retention-days: 7 env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: 'true' # Remove when Swift is GA. CODEQL_ACTION_TEST_MODE: true