summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeCache.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-03-12 21:54:43 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-03-12 21:54:43 +0100
commita8b3a74f68034679eccd00ecd3561729e8195f2d (patch)
tree25af949fdbf2046e1ddc976fd03bafd9f5513580 /cpp/src/IceGrid/NodeCache.cpp
parentBug 3848 - Fix CC patch versions (diff)
downloadice-a8b3a74f68034679eccd00ecd3561729e8195f2d.tar.bz2
ice-a8b3a74f68034679eccd00ecd3561729e8195f2d.tar.xz
ice-a8b3a74f68034679eccd00ecd3561729e8195f2d.zip
Fixed bug 3839 - ICeGrid/replication test failure, fixed other minor issues
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.cpp')
-rw-r--r--cpp/src/IceGrid/NodeCache.cpp2
1 files changed, 1 insertions, 1 deletions
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.
}