Skip to content

Commit

Permalink
chore(ci): Increase snapshot build timeout (#1509)
Browse files Browse the repository at this point in the history
Snapshot build takes longer than 20 minutes in some cases.

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Mar 30, 2023
1 parent f2a2b8f commit 7507b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publishContainers:
name: Publish Dev Containers
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7507b68

Please sign in to comment.