wait 10 mins for vms
Change-Id: I36e5b3ad93459ef28ef63d2bfba907f97fa9a3f6
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 55a021fd..6f0717d 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -148,7 +148,7 @@
salt.enforceState(saltMaster, 'I@salt:control', 'libvirt', true)
salt.enforceState(saltMaster, 'I@salt:control', 'salt.control', true)
- sleep(300)
+ sleep(600)
salt.runSaltProcessStep(saltMaster, '* and not kvm*', 'saltutil.refresh_pillar', [], null, true)
salt.runSaltProcessStep(saltMaster, '* and not kvm*', 'saltutil.sync_all', [], null, true)