chiark / gitweb /
Check for updates a bit slower
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 1 Feb 2012 17:37:42 +0000 (17:37 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 1 Feb 2012 17:37:42 +0000 (17:37 +0000)
build/extlib/.gitignore
checkupdates.py

index 1efb0a1c310f08e46f30b06d87de30d1cae5950b..7e1e8ff26da567b09b99ff5bbf008f66f281b2f4 100644 (file)
@@ -2,3 +2,4 @@
 GreenDroid/
 ActionBarSherlock/
 FacebookSDK/
+OI/
index 0ccb89871243835f6dead93c40fc876ff58683a1..6eb890c5cef71bef8cf44f33bdea04266bc3ce5f 100755 (executable)
@@ -35,7 +35,7 @@ execfile('config.py')
 # Returns (None, "a message") if this didn't work, or (version, vercode) for
 # the details of the current version.
 def check_market(app):
-    time.sleep(5)
+    time.sleep(10)
     url = 'http://market.android.com/details?id=' + app['id']
     req = urllib.urlopen(url)
     if req.getcode() == 404: