From ee3b7be185f7d887a33b9c242a7ccd08a09d2614 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 3 May 2016 19:26:09 +0200 Subject: Re-factored gmake build system --- scripts/IceStormUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IceStormUtil.py') diff --git a/scripts/IceStormUtil.py b/scripts/IceStormUtil.py index 73192509c3a..a619fe5809c 100644 --- a/scripts/IceStormUtil.py +++ b/scripts/IceStormUtil.py @@ -87,7 +87,7 @@ class Replicated(IceStormUtil): replicaPublishEndpoints = '' for replica in range(0, 3): replicaProperties = replicaProperties + \ - ' --IceStorm.Nodes.%d="%s/node%d:default -p %d"' % ( + ' --IceStorm.Nodes.%d="%s/node%d:default -t 10000 -p %d"' % ( replica, instanceName, replica, self.nendpoints[replica]) replicaTopicManagerEndpoints = replicaTopicManagerEndpoints + "%sdefault -p %d" % ( sep, self.isendpoints[replica]) -- cgit v1.2.3