diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-05-03 19:26:09 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-05-03 19:26:09 +0200 |
commit | ee3b7be185f7d887a33b9c242a7ccd08a09d2614 (patch) | |
tree | 1974211a0cbd5e3df95b6deed0b2b42f7854aca9 /scripts/IceStormUtil.py | |
parent | Rename files for consistency (diff) | |
download | ice-ee3b7be185f7d887a33b9c242a7ccd08a09d2614.tar.bz2 ice-ee3b7be185f7d887a33b9c242a7ccd08a09d2614.tar.xz ice-ee3b7be185f7d887a33b9c242a7ccd08a09d2614.zip |
Re-factored gmake build system
Diffstat (limited to 'scripts/IceStormUtil.py')
-rw-r--r-- | scripts/IceStormUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |