Increase the wait time for slave to come back to 180 seconds
[releng.git] / jjb / genesis / genesis-foreman.yml
index d8abe61..1980a39 100644 (file)
 
     builders:
         - 'foreman-build'
-        - 'fuel-workspace-cleanup'
+        - 'foreman-workspace-cleanup'
 
 - job-template:
     name: 'genesis-foreman-daily-{stream}'
     builders:
         - 'foreman-build'
         - 'foreman-upload-artifact'
-        - 'fuel-workspace-cleanup'
+        - 'foreman-workspace-cleanup'
 
 - job-template:
     name: 'genesis-foreman-deploy-{stream}'
             done
 
             if [ "$ping_flag" -eq 1 ]; then
-              echo "Slave is pingable, now wait 90 seconds for services to start"
-              sleep 90
+              echo "Slave is pingable, now wait 180 seconds for services to start"
+              sleep 180
             else
               echo "Slave did not come back up after reboot: please check opnfv-jump-2"
               exit 1