build_inf_debian: ensure pods are up before build
[pti/rtp.git] / scripts / build_inf_debian / build_inf_debian.sh
index 12561cd..401f5c2 100755 (executable)
@@ -339,6 +339,10 @@ build_image () {
 
     stx control status
 
+    # wait for all the pods running
+    sleep 600
+    stx control status
+
     RUN_CMD="stx build prepare"
     run_cmd "Build prepare"