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

10 Feb
2012
10 Feb
'12
2:18 p.m.
commit e1537c500c7638da20cb09ffea6f642138bdefdf Author: Arturo Filastò <hellais@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:
4845
Age (days ago)
4845
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org