More sleep for voltha enable
Change-Id: Ibbe88a125d05210df1fff76588a12d3dd2f1e75c
diff --git a/src/test/utils/VolthaCtrl.py b/src/test/utils/VolthaCtrl.py
index d6b8d0f..4c5b780 100644
--- a/src/test/utils/VolthaCtrl.py
+++ b/src/test/utils/VolthaCtrl.py
@@ -235,7 +235,7 @@
if resp.ok is not True or resp.status_code != 200:
return None, False
#get operational status
- time.sleep(5)
+ time.sleep(10)
log.info('Checking operational status for device %s' %(device_id))
resp = requests.get('{}/{}'.format(url, device_id))
if resp.ok is not True or resp.status_code != 200:
@@ -344,6 +344,7 @@
if olt_app is None:
olt_app = get_olt_app()
try:
+ time.sleep(5)
switch_map = voltha.config(fake = config_fake)
if switch_map is None:
voltha.disable_device(device_id)