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