increase cloud-init-nonet timeout to 130 seconds from 70

This commit is contained in:
Scott Moser 2011-09-28 20:16:05 -04:00
parent 7a8088f4cc
commit 7b2fd32871
1 changed files with 1 additions and 1 deletions

View File

@ -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}