From 0f6ce4bf6f19c8dcdf1b8d5d1389db53278a3282 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 30 Mar 2009 13:15:49 -0230 Subject: Bug 3816 - make tests less timing sensitive --- 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 5e879721c1d..7c92369eeab 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -18,7 +18,7 @@ InitialPrx allTests(const Ice::CommunicatorPtr& communicator) { cout << "testing stringToProxy... " << flush; - string ref = "initial:default -p 12010 -t 10000"; + string ref = "initial:default -p 12010"; Ice::ObjectPrx base = communicator->stringToProxy(ref); test(base); cout << "ok" << endl; -- cgit v1.2.3