Merge "Adding timeout in scale pipeline to let sadis-server cache the entries"
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy
index 1be36fa..d2b075c 100644
--- a/jjb/pipeline/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -172,6 +172,9 @@
             ./voltha up
           """
         }
+        // bbsim-sadis server takes a while to cache the subscriber entries
+        // wait for that before starting the tests
+        sleep(120)
       }
     }
     stage('Configuration') {
@@ -265,9 +268,6 @@
             _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} \