Skip to content

Commit

Permalink
fix: increasing timeout for local-min (#3282)
Browse files Browse the repository at this point in the history
* fix: increasing timeout

* chore: adding changelog file 3282.fixed.md

---------

Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jul 16, 2024
1 parent 5d17fdc commit 6993741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -603,7 +603,7 @@ jobs:
runs-on: ubuntu-latest
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: 55
timeout-minutes: 75
strategy:
fail-fast: false
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3282.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: increasing timeout for local-min

0 comments on commit 6993741

Please sign in to comment.