Skip to content

Commit

Permalink
fix: pass no output timeout to run-tests (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef authored Mar 20, 2023
1 parent 8f3bbd5 commit 473515c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ steps:
PARAM_RETRY_INTERVAL: << parameters.retry-interval >>
name: Run tests with max tries of <<parameters.max-tries>>
working_directory: <<parameters.working-directory>>
no_output_timeout: <<parameters.no-output-timeout>>
command: <<include(scripts/run-tests.sh)>>
- when:
condition: << parameters.pull-data >>
Expand Down

0 comments on commit 473515c

Please sign in to comment.