From 6993741cc15950cdd1be92694da29d506750caec Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:45:06 +0200 Subject: [PATCH] fix: increasing timeout for local-min (#3282) * fix: increasing timeout * chore: adding changelog file 3282.fixed.md --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- doc/changelog.d/3282.fixed.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3282.fixed.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8a6b52c7b..58f73c51e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)}} diff --git a/doc/changelog.d/3282.fixed.md b/doc/changelog.d/3282.fixed.md new file mode 100644 index 0000000000..c983c0b180 --- /dev/null +++ b/doc/changelog.d/3282.fixed.md @@ -0,0 +1 @@ +fix: increasing timeout for local-min \ No newline at end of file