Update DT sanity test for OLT wait timers

Change-Id: I4979e0f6c37faf8e57849c61dfdda0525e097a2c
diff --git a/libraries/utils.robot b/libraries/utils.robot
index abb42ab..0b7e948 100644
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -213,7 +213,7 @@
     ...    Sanity test performs dhcp and pings (without EAPOL and DHCP flows) for all the ONUs given for the POD
     ...    This keyword can be used to call in any other tests where sanity check is required
     ...    and avoids duplication of code.
-    ${of_id}=    Wait Until Keyword Succeeds    ${timeout}    15s    Validate OLT Device in ONOS    ${olt_serial_number}
+    ${of_id}=    Wait Until Keyword Succeeds    360s    15s    Validate OLT Device in ONOS    ${olt_serial_number}
     Set Global Variable    ${of_id}
     ${nni_port}=    Run Keyword And Continue On Failure    Wait Until Keyword Succeeds    ${timeout}    2s
     ...    Get NNI Port in ONOS    ${of_id}