diff options
author | Marc Laukien <marc@zeroc.com> | 2004-01-19 14:30:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-01-19 14:30:48 +0000 |
commit | 3eaf51110766ef58cae009ca8f175cf141085f70 (patch) | |
tree | 1fb7a1f9cf44f44027d0c521b470b27c07440f92 /cpp/test/Freeze/evictor/Client.cpp | |
parent | fixes (diff) | |
download | ice-3eaf51110766ef58cae009ca8f175cf141085f70.tar.bz2 ice-3eaf51110766ef58cae009ca8f175cf141085f70.tar.xz ice-3eaf51110766ef58cae009ca8f175cf141085f70.zip |
timeout fix
Diffstat (limited to 'cpp/test/Freeze/evictor/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/evictor/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/Client.cpp b/cpp/test/Freeze/evictor/Client.cpp index 50472376902..4ae7f833705 100644 --- a/cpp/test/Freeze/evictor/Client.cpp +++ b/cpp/test/Freeze/evictor/Client.cpp @@ -30,7 +30,7 @@ public: int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { - string ref = "factory:default -p 12345 -t 2000"; + string ref = "factory:default -p 12345 -t 30000"; Ice::ObjectPrx base = communicator->stringToProxy(ref); test(base); Test::RemoteEvictorFactoryPrx factory = Test::RemoteEvictorFactoryPrx::checkedCast(base); |