increasing retry timeout in bbsim onos checks
Change-Id: Ic356aaad73727b0ed78cceb2847c1ad900317ae3
diff --git a/src/test/cord-api/Tests/BBSim/BBSIMScale.robot b/src/test/cord-api/Tests/BBSim/BBSIMScale.robot
index 4fda028..3c3b03f 100644
--- a/src/test/cord-api/Tests/BBSim/BBSIMScale.robot
+++ b/src/test/cord-api/Tests/BBSim/BBSIMScale.robot
@@ -66,7 +66,7 @@
Validate ONUs in XOS
[Documentation] Validates All ONU Devices are discovered in XOS
[Tags] onudiscovery
- Wait Until Keyword Succeeds ${timeout} 5s Validate Number of ONU Devices ${number_of_onus}
+ Wait Until Keyword Succeeds ${timeout} 60s Validate Number of ONU Devices ${number_of_onus}
Validate ONU States in XOS
[Documentation] Validates All ONU Device states are "enabled" and "active"
@@ -78,7 +78,7 @@
[Documentation] Verify number of hosts in ONOS match number of onus and verify number of DHCP allocations
[Tags] onosdhcp
#Wait Until Keyword Succeeds ${timeout} 5s Validate Hosts in ONOS ${number_of_onus}
- Wait Until Keyword Succeeds ${timeout} 5s Validate DHCP Allocations ${number_of_onus}
+ Wait Until Keyword Succeeds ${timeout} 60s Validate DHCP Allocations ${number_of_onus}
Validate ATT WF Driver SIs
[Documentation] Validates all service instances per onu devices become "approved" and "dhcpdiscovered"