diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-09-28 20:16:05 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-09-28 20:16:05 -0400 |
commit | bad89c162e8f5be513537a1a430aa98cd1822fb7 (patch) | |
tree | 228438667b31054b98ff74a255c42787164fd6fb /upstart | |
parent | f9119664ef59fcf0b43943429c5707c49e37be05 (diff) | |
download | vyos-cloud-init-bad89c162e8f5be513537a1a430aa98cd1822fb7.tar.gz vyos-cloud-init-bad89c162e8f5be513537a1a430aa98cd1822fb7.zip |
increase cloud-init-nonet timeout to 130 seconds from 70
LP: #861866
Diffstat (limited to 'upstart')
-rw-r--r-- | upstart/cloud-init-nonet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-init-nonet.conf b/upstart/cloud-init-nonet.conf index d64bea33..7b69e584 100644 --- a/upstart/cloud-init-nonet.conf +++ b/upstart/cloud-init-nonet.conf @@ -20,7 +20,7 @@ script start networking >/dev/null - short=10; long=60; + short=10; long=120; sleep ${short} echo $UPSTART_JOB "waiting ${long} seconds for a network device." sleep ${long} |