Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r143:867c2dc2b16d
Date: 2011-09-07 16:11 +0200
http://bitbucket.org/pypy/benchmarks/changeset/867c2dc2b16d/

Log:    Reduce the delay and number of retries.

diff --git a/saveresults.py b/saveresults.py
--- a/saveresults.py
+++ b/saveresults.py
@@ -93,7 +93,7 @@
     info += str(data['commitid']) + ", benchmark " + data['benchmark']
     print(info)
     try:
-        retries = [10, 20, 30, 60, 150, 300]
+        retries = [1, 2, 3, 6]
         while True:
             try:
                 f = urllib2.urlopen(SPEEDURL + 'result/add/', params)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to