Skip to content

Commit

Permalink
Wait For Manager - kill if not exit
Browse files Browse the repository at this point in the history
Issue #171
  • Loading branch information
damies13 committed Feb 15, 2024
1 parent 6ecc2a3 commit ea68a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Regression/Agent/ºCommon.robot
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Run Manager CLI
Set Test Variable $process_manager ${process}

Wait For Manager
${result}= Wait For Process ${process_manager}
[Arguments] ${timeout}=10min
${result}= Wait For Process ${process_manager} timeout=${timeout} on_timeout=kill
# Should Be Equal As Integers ${result.rc} 0
Log to console ${result.rc}

Expand Down

0 comments on commit ea68a5d

Please sign in to comment.