sleep req after hippie-oss installation
Change-Id: I8215a3abf342ee48e981b1ce1d73ac12219e88b4
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index b770b22..fea6a52 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -408,6 +408,7 @@
helm dep update xos-services/hippie-oss
helm install \${helm_install_args} xos-services/hippie-oss -n hippie-oss
+ sleep 300
# wait for services to load
PODS_TIMEOUT=900 ./helm-repo-tools/wait_for_pods.sh
@@ -468,6 +469,7 @@
# copy robot logs
if [ -d RobotLogs ]; then rm -r RobotLogs; fi; mkdir RobotLogs
cp -r $WORKSPACE/cord/test/cord-tester/src/test/cord-api/Tests/Log/*ml ./RobotLogs
+ cp -r /tmp/helm_test_demo-simpleexampleservice*/*ml ./RobotLogs
kubectl get pods --all-namespaces