Skip to content

Commit

Permalink
Trying to fix EATest for which test takes too long. Maybe it's OpenCL…
Browse files Browse the repository at this point in the history
… issue?
  • Loading branch information
nseam committed Sep 18, 2024
1 parent 080e9fd commit 7af60f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- MarketTest
- SummaryReportTest
- TradeTest
year: [2022, 2024]
version: [5]
max-parallel: 4
steps:
Expand All @@ -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:
Expand Down

0 comments on commit 7af60f5

Please sign in to comment.