aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/jenkins
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-06-22 12:41:23 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-06-22 12:41:23 -0700
commit7c203d3202eb75493e2d2218b015f114cd14f025 (patch)
treec8dc74f940312bc6dfb5570326bf69d312f80838 /bootstrap/jenkins
parent3824c756a23e784469ffceeb80c048c3afab0d95 (diff)
Increase wait time for jenkins restarts
Change-Id: I6aac7292be22d753ee46f8caf308e04001c44c36 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'bootstrap/jenkins')
-rwxr-xr-xbootstrap/jenkins/vagrant/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/jenkins/vagrant/bootstrap.sh b/bootstrap/jenkins/vagrant/bootstrap.sh
index ab5c45f32..f428cc1ff 100755
--- a/bootstrap/jenkins/vagrant/bootstrap.sh
+++ b/bootstrap/jenkins/vagrant/bootstrap.sh
@@ -32,12 +32,12 @@ sudo usermod -aG docker jenkins
su -l jenkins -c "/vagrant/jenkins-init-1.sh"
sudo systemctl restart jenkins
-sleep 5
+sleep 10
su -l jenkins -c "/vagrant/jenkins-init-2.sh"
sudo systemctl restart jenkins
-sleep 5
+sleep 10
su -l jenkins -c "/vagrant/jjb-init.sh"