Skip to content

Commit 194972e

Browse files
committed
increasing timeout to ensure deployment
- local test took ~22mins to deploy, should be subsequently faster but want to have some headroom
1 parent 07a4e81 commit 194972e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
pipeline:
3131
runs-on: ubuntu-latest
32-
timeout-minutes: 10
32+
timeout-minutes: 30
3333
steps:
3434
- uses: actions/checkout@v4
3535

0 commit comments

Comments
 (0)