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