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