diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-06-12 16:55:24 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-06-12 16:55:50 -0400 |
commit | d63fcbab29f79832f3888e17c1a12a70175523c4 (patch) | |
tree | 6c25765e3e5f332c4b7c210a0999f7fdb1f2c1bd | |
parent | Rename target TestNuGetRestore -> NuGetRestore (diff) | |
download | ice-d63fcbab29f79832f3888e17c1a12a70175523c4.tar.bz2 ice-d63fcbab29f79832f3888e17c1a12a70175523c4.tar.xz ice-d63fcbab29f79832f3888e17c1a12a70175523c4.zip |
Increased timeout
-rw-r--r-- | cpp/test/IceStorm/rep1/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/rep1/Subscriber.cpp b/cpp/test/IceStorm/rep1/Subscriber.cpp index f201bc06b42..329b1224c70 100644 --- a/cpp/test/IceStorm/rep1/Subscriber.cpp +++ b/cpp/test/IceStorm/rep1/Subscriber.cpp @@ -52,7 +52,7 @@ public: waitForEvents() { Lock sync(*this); - IceUtil::Time timeout = IceUtil::Time::seconds(20); + IceUtil::Time timeout = IceUtil::Time::seconds(40); while(_count < _max) { if(!timedWait(timeout)) |