adding temp sleep for until SEBA-102 resolved

Change-Id: Ie84c3acf45db49f074c7b76627699e41d28f8ca6
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy
index f55d0b0..5a08c96 100644
--- a/jjb/pipeline/xos-synchronizer-update.groovy
+++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -253,6 +253,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!"