From 7af60f511e261433d40ff555c0a1b3a9db6978d1 Mon Sep 17 00:00:00 2001 From: Adrian Kierzkowski Date: Wed, 18 Sep 2024 17:43:17 +0200 Subject: [PATCH] Trying to fix EATest for which test takes too long. Maybe it's OpenCL issue? --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4c38cdd7..55ca2ba43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: - MarketTest - SummaryReportTest - TradeTest + year: [2022, 2024] version: [5] max-parallel: 4 steps: @@ -72,9 +73,10 @@ jobs: # yamllint disable-line rule:line-length UrlExpert: file://${{ github.workspace }}/${{ env.TEST_PATH }}/${{ matrix.test }}.ex${{ matrix.version }} Version: 5 + RunnerTimeout: 4800 - if: ${{ failure() && runner.debug == '1' }} uses: mxschmitt/action-tmate@v3 - timeout-minutes: 20 + timeout-minutes: 80 Scripts-MQL4: defaults: