Skip to content

Commit

Permalink
Merge pull request #14 from FX31337/dev
Browse files Browse the repository at this point in the history
Adds RunnerTimeout param to set the timeout
  • Loading branch information
kenorb authored Sep 2, 2024
2 parents 374b87f + cc06f00 commit 675560e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Password to the account.

Trade server.

### Runner

#### `RunnerTimeout`

Time to wait for platform to finish the test (in seconds). Default: *600*.

### Start Up

#### `Expert`
Expand Down
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ inputs:
Period:
default:
description: The default timeframe of the chart.
RunnerTimeout:
default: 600
description: Time to wait for platform to finish the test.
Server:
default:
description: Trade server.
Expand Down Expand Up @@ -192,7 +195,7 @@ runs:
mt_runner_get_url_list:
- dest: "{{ mt_runner_mt_path }}/MQL${{ inputs.Version }}/Experts"
url: "${{ inputs.UrlExpert }}"
mt_runner_timeout: 240
mt_runner_timeout: ${{ inputs.RunnerTimeout }}
- name: Creates requirements
uses: DamianReeves/[email protected]
with:
Expand Down

0 comments on commit 675560e

Please sign in to comment.