diff options
Diffstat (limited to 'cpp/test/Ice/retry/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Collocated.cpp b/cpp/test/Ice/retry/Collocated.cpp index 8bb1be3b5ca..46729831b47 100644 --- a/cpp/test/Ice/retry/Collocated.cpp +++ b/cpp/test/Ice/retry/Collocated.cpp @@ -45,7 +45,7 @@ main(int argc, char* argv[]) initData.properties = Ice::createProperties(argc, argv); initData.observer = getObserver(); - initData.properties->setProperty("Ice.RetryIntervals", "0 10 20 30"); + initData.properties->setProperty("Ice.RetryIntervals", "0 1 100 1"); // // This test kills connections, so we don't want warnings. |