Skip to content

Commit

Permalink
Move the sleep command to a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
tosi3k committed Nov 17, 2020
1 parent ded6897 commit 55a81d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clusterloader2/testing/load/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,13 @@ steps:
{{range $EXEC_COMMAND}}
- {{.}}
{{end}}

- name: Sleep
measurements:
- Identifier: WaitAfterExec
Method: Sleep
Params:
duration: {{$SLEEP_AFTER_EXEC_DURATION}}
duration: {{$SLEEP_AFTER_EXEC_DURATION}}
{{end}}
{{if not $EXIT_AFTER_EXEC}}

Expand Down

0 comments on commit 55a81d5

Please sign in to comment.