[tor-commits] [ooni-probe/master] Set high timeout for job completions

art at torproject.org art at torproject.org
Tue Feb 7 22:05:22 UTC 2012


commit 6ed48824be116f3616d5973474b78dc6421aeec7
Author: Arturo Filastò <hellais at gmail.com>
Date:   Tue Feb 7 23:05:28 2012 +0100

    Set high timeout for job completions
---
 refactor/plugoo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/refactor/plugoo.py b/refactor/plugoo.py
index 0a41a2c..1540034 100644
--- a/refactor/plugoo.py
+++ b/refactor/plugoo.py
@@ -281,7 +281,7 @@ class Plugoo():
                 print ret
                 self.report(ret)
 
-    def run(self, assets=None, buffer=10, timeout=30):
+    def run(self, assets=None, buffer=10, timeout=100000):
         self.logger.info("Starting %s", self.name)
         jobs = []
         if assets:



More information about the tor-commits mailing list