diff options
Diffstat (limited to 'robot/resources/ssh/processes.robot')
-rw-r--r-- | robot/resources/ssh/processes.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/ssh/processes.robot b/robot/resources/ssh/processes.robot index e9f37318..2ab6a14a 100644 --- a/robot/resources/ssh/processes.robot +++ b/robot/resources/ssh/processes.robot @@ -38,7 +38,7 @@ Create Process Map Wait for Process on Host [Documentation] Wait for the passed process name (regular expression) to be running on the passed host - [Arguments] ${process_name} ${host} ${timeout}=600s + [Arguments] ${process_name} ${host} ${timeout}=1200s ${map}= Wait Until Keyword Succeeds ${timeout} 10 sec Is Process On Host ${process_name} ${host} [Return] ${map} |