Skip to content

Commit df93cb3

Browse files
committed
ci: increase timeout for local
1 parent e482ab6 commit df93cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ jobs:
633633
runs-on: ubuntu-22.04
634634
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
635635
needs: [smoke-tests, build-test-local-minimal-matrix]
636-
timeout-minutes: 75
636+
timeout-minutes: 120
637637
strategy:
638638
fail-fast: false
639639
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}

0 commit comments

Comments
 (0)