1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Also allow for slow ES8 start

This commit is contained in:
Jordi Boggiano
2022-05-09 00:16:47 +02:00
committed by GitHub
parent 2af3276ca6
commit 2a8c7dffdf

View File

@@ -210,7 +210,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 }}"