summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/throughput/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo/IceE/throughput/Server.cpp')
-rw-r--r--cppe/demo/IceE/throughput/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/demo/IceE/throughput/Server.cpp b/cppe/demo/IceE/throughput/Server.cpp
index b33bd0a3eff..0c299cdee82 100644
--- a/cppe/demo/IceE/throughput/Server.cpp
+++ b/cppe/demo/IceE/throughput/Server.cpp
@@ -44,6 +44,7 @@ main(int argc, char* argv[])
{
Ice::PropertiesPtr properties = Ice::createProperties();
properties->load("config");
+ properties->setProperty("Ice.Override.Timeout", "100");
communicator = Ice::initializeWithProperties(argc, argv, properties);
status = run(argc, argv, communicator);
}