From 80ab452d547c92af3738ba17a8fa213096585293 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Wed, 6 Feb 2019 08:01:09 +0000 Subject: [PATCH] SW-488: tbb dumps can take a long time.... timeout of 24 hours is ok. --- MAC/Services/TBB/TBBClient/lib/tbbservice_rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/MAC/Services/TBB/TBBClient/lib/tbbservice_rpc.py b/MAC/Services/TBB/TBBClient/lib/tbbservice_rpc.py index 09f0014e666..012130bcbf5 100644 --- a/MAC/Services/TBB/TBBClient/lib/tbbservice_rpc.py +++ b/MAC/Services/TBB/TBBClient/lib/tbbservice_rpc.py @@ -12,6 +12,7 @@ class TBBRPC(RPCWrapper): broker=DEFAULT_BROKER): super(TBBRPC, self).__init__(busname=busname, servicename=servicename, + timeout=24*60*60, # tbb dumps can take a long time.... timeout of 24 hours is ok. broker=broker) def start_datawriters(self, output_path, num_samples_per_subband, voevent_xml=""): -- GitLab