Skip to content
Snippets Groups Projects
Commit 80ab452d authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-488: tbb dumps can take a long time.... timeout of 24 hours is ok.

parent db0b2b45
No related branches found
No related tags found
No related merge requests found
......@@ -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=""):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment