summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/Subscriber.cpp
diff options
context:
space:
mode:
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();