VOL-3180 Increase timeout
Change-Id: I9986dc4890b71ad192672dfd207270273ee49aef
diff --git a/libraries/utils.robot b/libraries/utils.robot
index 3dd0e5e..0791e22 100644
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -405,10 +405,10 @@
Echo Message to OLT Logs
[Arguments] ${message}
[Documentation] Echoes ${message} into the OLT logs
- Wait Until Keyword Succeeds 60s 2s Execute Remote Command
+ Wait Until Keyword Succeeds 180s 10s Execute Remote Command
... printf '%s\n' '' '' '${message}' '' >> /var/log/openolt.log
... ${olt_ip} ${olt_user} ${olt_pass}
- Wait Until Keyword Succeeds 60s 2s Execute Remote Command
+ Wait Until Keyword Succeeds 180s 10s Execute Remote Command
... printf '%s\n' '' '' '${message}' '' >> /var/log/dev_mgmt_daemon.log
... ${olt_ip} ${olt_user} ${olt_pass}