diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-09 15:07:24 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-09 15:07:24 +0200 |
commit | 3b2724d7ac5891c243ced1ad3c49250dadfb8915 (patch) | |
tree | 8632ad80db26aac7289754119509ae3c971f4be4 /cpp/test/IceStorm/stress/Subscriber.cpp | |
parent | Fixed ICE-7955 - AMI future callback exceptions are now reported with the logger (diff) | |
download | ice-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.cpp | 2 |
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(); |