Adding timeout in scale pipeline to let sadis-server cache the entries
Change-Id: I1ff4c3b09f9d14f1f7b2bba44d5df1a15b6c9f44
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy
index 83b54e5..1be36fa 100644
--- a/jjb/pipeline/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -265,6 +265,9 @@
_TAG=$_TAG bash $WORKSPACE/pprof.sh &
fi
'''
+ // bbsim-sadis server takes a while to cache the subscriber entries
+ // wait for that before starting the tests
+ sleep(60)
timeout(time: 11, unit: 'MINUTES') {
sh '''
ROBOT_PARAMS="-v olt:${olts} \