From e6e928d67074f547709112f58b20d56e95245977 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Wed, 30 Oct 2024 02:02:47 -0400 Subject: [PATCH] [ci] Increase keychain timeout to 6 hours (#7314) --- .github/workflows/gradle.yml | 2 +- .github/workflows/sentinel-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 100fe6f4d7..c839dca131 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -121,7 +121,7 @@ jobs: matrix.artifact-name == 'macOS' && (github.repository == 'wpilibsuite/allwpilib' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))) - name: Set Keychain Lock Timeout - run: security set-keychain-settings -lut 3600 + run: security set-keychain-settings -lut 21600 if: | matrix.artifact-name == 'macOS' && (github.repository == 'wpilibsuite/allwpilib' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))) diff --git a/.github/workflows/sentinel-build.yml b/.github/workflows/sentinel-build.yml index de26ca9938..38c66c410b 100644 --- a/.github/workflows/sentinel-build.yml +++ b/.github/workflows/sentinel-build.yml @@ -119,7 +119,7 @@ jobs: if: | matrix.artifact-name == 'macOS' && (github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/main') - name: Set Keychain Lock Timeout - run: security set-keychain-settings -lut 3600 + run: security set-keychain-settings -lut 21600 if: | matrix.artifact-name == 'macOS' && (github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/main') - name: Set Java Heap Size