From 588647427b50adf0d92f4b01b1e014d04cc3a767 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 19 Feb 2004 14:18:23 +0000 Subject: fix --- cpp/test/Ice/inheritance/AllTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/inheritance/AllTests.cpp') diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp index bd31029b737..fffc0b24243 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -22,7 +22,7 @@ InitialPrx allTests(const Ice::CommunicatorPtr& communicator) { cout << "testing stringToProxy... " << flush; - string ref = "initial:default -p 12345 -t 2000"; + string ref = "initial:default -p 12345 -t 10000"; Ice::ObjectPrx base = communicator->stringToProxy(ref); test(base); cout << "ok" << endl; -- cgit v1.2.3