Skip to content

Commit

Permalink
ci: increase timeout for local
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 15, 2025
1 parent e482ab6 commit df93cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ jobs:
runs-on: ubuntu-22.04
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
needs: [smoke-tests, build-test-local-minimal-matrix]
timeout-minutes: 75
timeout-minutes: 120
strategy:
fail-fast: false
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
Expand Down

0 comments on commit df93cb3

Please sign in to comment.