Wait longer for devices to be deleted
Change-Id: I18eb9a8dd6e4a0c8f9b0f2ffeb67f85b6a2664a1
diff --git a/tests/functional/Voltha_ScaleFunctionalTests.robot b/tests/functional/Voltha_ScaleFunctionalTests.robot
index 5b1bb18..06d3ef1 100644
--- a/tests/functional/Voltha_ScaleFunctionalTests.robot
+++ b/tests/functional/Voltha_ScaleFunctionalTests.robot
@@ -31,7 +31,7 @@
*** Variables ***
${timeout} 60s
-${long_timeout} 420
+${long_timeout} 420s
${of_id} 0
${logical_id} 0
${has_dataplane} True
@@ -156,4 +156,4 @@
${rc} ${output}= Run and Return Rc and Output
... ${VOLTCTL_CONFIG}; voltctl device delete ${olt_device_id}
Should Be Equal As Integers ${rc} 0
- Wait Until Keyword Succeeds ${timeout} 5s Validate Device Removed ${olt_device_id}
+ Wait Until Keyword Succeeds ${long_timeout} 5s Validate Device Removed ${olt_device_id}