Skip to content

Commit e058801

Browse files
committed
fix: increase timeout so that aws access does not expire
1 parent f8e5835 commit e058801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- runner: macos-13
2828
arch: amd64
2929
runs-on: ${{ matrix.runner }}
30-
30+
timeout-minutes: 180
3131
steps:
3232

3333
- name: Check out code
@@ -42,6 +42,7 @@ jobs:
4242
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
4343
aws-region: "us-east-1"
4444
output-credentials: true
45+
role-duration-seconds: 10800
4546
- name: write secret key
4647
# use python so we don't interpolate the secret into the workflow logs, in case of bugs
4748
run: |

0 commit comments

Comments
 (0)