From 81d8afd081be01a1b8990e5e2b3d5e488c6d18fb Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:27:11 +0200 Subject: [PATCH] fix: local-min timeout (#3288) * 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 0ffdbec87f6e64fcdf4e5659c55d591a76e590e9. --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- doc/changelog.d/3288.fixed.md | 1 + doc/source/user_guide/pool.rst | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/3288.fixed.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f73c51e1..c73c016a9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)}} diff --git a/doc/changelog.d/3288.fixed.md b/doc/changelog.d/3288.fixed.md new file mode 100644 index 0000000000..5d3729a2ad --- /dev/null +++ b/doc/changelog.d/3288.fixed.md @@ -0,0 +1 @@ +fix: local-min timeout \ No newline at end of file diff --git a/doc/source/user_guide/pool.rst b/doc/source/user_guide/pool.rst index 2d95338a21..c8ceb547be 100644 --- a/doc/source/user_guide/pool.rst +++ b/doc/source/user_guide/pool.rst @@ -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