Skip to content

Commit

Permalink
More explicit warning that activity timeout requires live output
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Dec 22, 2024
1 parent 95e905d commit 0660453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ archive: ['logs'] # list of output folders that should be archived by defa
setup: # configuration namespace for the framework setup phase.
live_output: true # set to true to stream the output of setup commands, if false they are only printed when setup is complete.
activity_timeout: 600 # when using live output, subprocess will be considered as hanging if nothing was printed during this activity time.
# No effect is live_output is set to 'False'.

frameworks: # configuration namespace for the frameworks definitions.
definition_file: # list of yaml files describing the frameworks base definitions.
Expand Down

0 comments on commit 0660453

Please sign in to comment.