From 8f6efe928aab56540adf270655c13c9b22bf0fa3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 8 May 2022 23:49:25 +0200 Subject: [PATCH 1/2] Allow more time as elastic search sometimes is slow to boot --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9ed491d8..6f8a4f11 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -39,7 +39,7 @@ jobs: uses: "actions/checkout@v2" - name: Run CouchDB - timeout-minutes: 1 + timeout-minutes: 3 continue-on-error: true uses: "cobot/couchdb-action@master" with: @@ -135,7 +135,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - name: Run Elasticsearch - timeout-minutes: 1 + timeout-minutes: 3 uses: elastic/elastic-github-actions/elasticsearch@master with: stack-version: "${{ matrix.es-version }}" From 354ddc802026d0769e6e12aca702101a529a94ba Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 8 May 2022 23:49:54 +0200 Subject: [PATCH 2/2] Fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4963ba..d04ab53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### 2.5.0 (2022-04-08) -* Added `callType` to IntrospectionProcessor (#1612) -* Fixed AsMonologProcessor syntax to be compatible with PHP 7.2 (#1651) + * Added `callType` to IntrospectionProcessor (#1612) + * Fixed AsMonologProcessor syntax to be compatible with PHP 7.2 (#1651) ### 2.4.0 (2022-03-14)