summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/oldevictor/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/oldevictor/Client.cpp')
-rw-r--r--cpp/test/Freeze/oldevictor/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/oldevictor/Client.cpp b/cpp/test/Freeze/oldevictor/Client.cpp
index 0bd8f6668d6..96a1ba3446e 100644
--- a/cpp/test/Freeze/oldevictor/Client.cpp
+++ b/cpp/test/Freeze/oldevictor/Client.cpp
@@ -366,7 +366,7 @@ private:
int
run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
- string ref = "factory:default -p 12010 -t 30000";
+ string ref = "factory:default -p 12010";
Ice::ObjectPrx base = communicator->stringToProxy(ref);
test(base);
Test::RemoteEvictorFactoryPrx factory = Test::RemoteEvictorFactoryPrx::checkedCast(base);