From 583ea916f0daf2ec75db2aa0cbd1995e16ee6d80 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 29 Jul 2012 12:24:31 -0700 Subject: [PATCH] Extend timeout even further (gotta fix that) --- dist/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/client.py b/dist/client.py index fcf6ca6..1d25962 100644 --- a/dist/client.py +++ b/dist/client.py @@ -65,7 +65,7 @@ class RenderClient(object): # Time (in seconds) before a job times out # TODO: replace timeout mechanism with polling? -TIMEOUT=2400 +TIMEOUT=4800 # Max. queue length before request considered lost, as a multiple of the # number of in-flight requests