Skip to content

Commit

Permalink
Adds RunnerTimeout param to set the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 2, 2024
1 parent 40bf77f commit 5feb2e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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
6 changes: 6 additions & 0 deletions 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 @@ -200,6 +203,9 @@ runs:
write-mode: overwrite
contents: |
---
pre_tasks:
- set_fact:
mt_runner_timeout: ${{ inputs.RunnerTimeout }}
roles:
- name: ea31337.mt_runner
scm: git
Expand Down

0 comments on commit 5feb2e0

Please sign in to comment.