aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/onboard/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/steps/onboard/service.py')
-rw-r--r--src/onaptests/steps/onboard/service.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onaptests/steps/onboard/service.py b/src/onaptests/steps/onboard/service.py
index 8a7303b..ee2d3ab 100644
--- a/src/onaptests/steps/onboard/service.py
+++ b/src/onaptests/steps/onboard/service.py
@@ -70,7 +70,7 @@ class ServiceOnboardStep(BaseStep):
# checkin is done if needed
# If service is replayed, no need to try to re-onboard the model
if not service.distributed:
- time.sleep(30)
+ time.sleep(10)
service.checkin()
service.onboard()
@@ -155,7 +155,7 @@ class YamlTemplateServiceOnboardStep(YamlTemplateBaseStep):
except (APIError, ResourceNotFound):
# Retry as checkin may be a bit long
# Temp workaround to avoid internal race in SDC
- time.sleep(5)
+ time.sleep(10)
service.checkin()
service.onboard()