Skip to content

Commit

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

* chore: adding changelog file 3288.fixed.md

* asdf

* docs: typo

* fix: removing __del__ method.

* Revert "fix: removing __del__ method."

This reverts commit 0ffdbec.

---------

Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jul 17, 2024
1 parent 396ac7b commit 81d8afd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,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/3288.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: local-min timeout
4 changes: 2 additions & 2 deletions doc/source/user_guide/pool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ example, this code would run the first set of 20 verification files:
20
Run a user function
-------------------
Run an user function
--------------------

You can use the pool to run a custom user function on each MAPDL
instance over a set of inputs. As in the example for the
Expand Down

0 comments on commit 81d8afd

Please sign in to comment.