Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantos committed Aug 11, 2024
1 parent 86929c1 commit 33bfb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
--builder ${{ steps.buildx.outputs.name }}'
- name: Test image
timeout-minutes: 10
timeout-minutes: ${{ matrix.arch == 'amd64' && 10 || 30 }}
run: |
make docker
env:
Expand Down

0 comments on commit 33bfb69

Please sign in to comment.