]> xenbits.xensource.com Git - osstest.git/commitdiff
ms-queuedaemon: Increase default QueueThoughtsTimeout from 30 to 90s flight-61613 flight-61706
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 7 Sep 2015 16:57:19 +0000 (17:57 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 8 Sep 2015 10:31:46 +0000 (11:31 +0100)
This was updated cowboy-fashion in the colo in July, and has been
working well there.  Formalise it.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Osstest/Executive.pm

index 84600b4b321812d31d330a5d8b5e225ed879e612..aeb8c25e1f73bebb434bba8faee2923cf741090e 100644 (file)
@@ -99,7 +99,7 @@ augmentconfigdefaults(
     QueueDaemonPort => 4032,
     QueueDaemonRetry => 120, # seconds
     QueueDaemonHoldoff => 30, # seconds
-    QueueThoughtsTimeout => 30, # seconds
+    QueueThoughtsTimeout => 90, # seconds
     QueueResourcePollInterval => 60, # seconds
     QueuePlanUpdateInterval => 300, # seconds
     Repos => "$ENV{'HOME'}/repos",