diff options
Diffstat (limited to 'cpp/test/Glacier/starter/Client.cpp')
-rw-r--r-- | cpp/test/Glacier/starter/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Glacier/starter/Client.cpp b/cpp/test/Glacier/starter/Client.cpp index 0cff8aa3bdd..427b8f6e57b 100644 --- a/cpp/test/Glacier/starter/Client.cpp +++ b/cpp/test/Glacier/starter/Client.cpp @@ -131,7 +131,7 @@ CallbackClient::run(int argc, char* argv[]) cout << "ok" << endl; cout << "testing stringToProxy... " << flush; - ref = "callback:tcp -p 12345 -t 5000"; + ref = "callback:tcp -p 12345 -t 10000"; ObjectPrx base = communicator()->stringToProxy(ref); cout << "ok" << endl; |