diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-28 09:38:20 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-28 09:38:20 +0100 |
commit | e2af3cb0a8abdea84d6ebe6c3160c4f8fa155dd6 (patch) | |
tree | 64b8db21d994ed4789a04571dbdf271f2b578d09 /cpp/test/Ice/retry/Client.cpp | |
parent | Fixed ICE-5777: Python and C# Ice/ami test failures when run with other proto... (diff) | |
download | ice-e2af3cb0a8abdea84d6ebe6c3160c4f8fa155dd6.tar.bz2 ice-e2af3cb0a8abdea84d6ebe6c3160c4f8fa155dd6.tar.xz ice-e2af3cb0a8abdea84d6ebe6c3160c4f8fa155dd6.zip |
Fixed ICE-5751: bumped timeout values to prevent sporadic failures
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp index 143d575dac1..c27c5461b9b 100644 --- a/cpp/test/Ice/retry/Client.cpp +++ b/cpp/test/Ice/retry/Client.cpp @@ -38,7 +38,7 @@ main(int argc, char* argv[]) initData.properties = Ice::createProperties(argc, argv); initData.observer = getObserver(); - initData.properties->setProperty("Ice.RetryIntervals", "0 1 300 1"); + initData.properties->setProperty("Ice.RetryIntervals", "0 1 400 1"); // // This test kills connections, so we don't want warnings. |