adding temp sleep for until SEBA-102 resolved

Change-Id: Ie84c3acf45db49f074c7b76627699e41d28f8ca6
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 9f1e75a..3ef3249 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -208,6 +208,8 @@
 
            elif [[ "$GERRIT_PROJECT" =~ ^(xos|xos-tosca|cord-tester|helm-charts)\$ ]]; then
              echo "No additional charts to install for testing $GERRIT_PROJECT"
+	     # ADDING TEMP SLEEP UNIL SEBA-102 resolves
+	     sleep 300
 
            else
              echo "Couldn't find a chart to test project: $GERRIT_PROJECT!"