mirror of
https://github.com/munki/munki.git
synced 2026-04-22 20:48:36 -05:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user