From eb94b29454a2e8d2ce459fe23f7205a0a1fe9ae7 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 11 Jan 2010 12:41:54 +0100 Subject: - Fixed bug 4594, bumped IceGrid.Node.WaitTime to prevent timeouts on slow VMs - Fixed bug 4602: added comment in Stream.h --- scripts/IceGridAdmin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IceGridAdmin.py') diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index b64b8849833..d67c547000a 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -21,7 +21,7 @@ iceGridPort = 12010; nodeOptions = r' --Ice.Warn.Connections=0' + \ r' --IceGrid.Node.Endpoints=default' + \ - r' --IceGrid.Node.WaitTime=30' + \ + r' --IceGrid.Node.WaitTime=240' + \ r' --Ice.ProgramName=icegridnode' + \ r' --IceGrid.Node.Trace.Replica=0' + \ r' --IceGrid.Node.Trace.Activator=0' + \ -- cgit v1.2.3