Wait a bit longer before giving up when checking to see if an updatecheck was successfully kicked off.

git-svn-id: http://munki.googlecode.com/svn/trunk@476 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-02-23 22:06:43 +00:00
parent 647a6da41e
commit 9b212c9825
+1 -1
View File
@@ -82,7 +82,7 @@ def startUpdateCheck():
if subprocess.call(cmd):
return -1
else:
for i in range(5):
for i in range(7):
time.sleep(1)
# check to see if we were successful in starting the update
result = updateInProgress()