summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/Subscriber.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-06-09 15:07:24 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-06-09 15:07:24 +0200
commit3b2724d7ac5891c243ced1ad3c49250dadfb8915 (patch)
tree8632ad80db26aac7289754119509ae3c971f4be4 /cpp/test/IceStorm/stress/Subscriber.cpp
parentFixed ICE-7955 - AMI future callback exceptions are now reported with the logger (diff)
downloadice-3b2724d7ac5891c243ced1ad3c49250dadfb8915.tar.bz2
ice-3b2724d7ac5891c243ced1ad3c49250dadfb8915.tar.xz
ice-3b2724d7ac5891c243ced1ad3c49250dadfb8915.zip
Fix for ICE-7841 - increased retry count, minor binding test fix
Diffstat (limited to 'cpp/test/IceStorm/stress/Subscriber.cpp')
-rw-r--r--cpp/test/IceStorm/stress/Subscriber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/stress/Subscriber.cpp b/cpp/test/IceStorm/stress/Subscriber.cpp
index 7f7832e8bd6..d20dced15f1 100644
--- a/cpp/test/IceStorm/stress/Subscriber.cpp
+++ b/cpp/test/IceStorm/stress/Subscriber.cpp
@@ -237,7 +237,7 @@ public:
// check might be invoked before IceStorm got a chance to process the close connection
// message from this subscriber, retry if the ice_ping still succeeds.
//
- int nRetry = 5;
+ int nRetry = 10;
while(--nRetry > 0)
{
subscription.publisher->ice_ping();