From a8b3a74f68034679eccd00ecd3561729e8195f2d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 12 Mar 2009 21:54:43 +0100 Subject: Fixed bug 3839 - ICeGrid/replication test failure, fixed other minor issues --- cpp/src/IceGrid/NodeCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/NodeCache.cpp') diff --git a/cpp/src/IceGrid/NodeCache.cpp b/cpp/src/IceGrid/NodeCache.cpp index 7bd3afe0e63..5cf227f047e 100644 --- a/cpp/src/IceGrid/NodeCache.cpp +++ b/cpp/src/IceGrid/NodeCache.cpp @@ -800,7 +800,7 @@ NodeEntry::checkSession() const while(_registering) { - if(!timedWait(IceUtil::Time::seconds(5))) + if(!timedWait(IceUtil::Time::seconds(10))) { break; // Consider the node down if it doesn't respond promptly. } -- cgit v1.2.3