summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
Diffstat (limited to 'cppe')
-rw-r--r--cppe/demo/IceE/hello/Server.cpp1
-rw-r--r--cppe/demo/IceE/throughput/Server.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/cppe/demo/IceE/hello/Server.cpp b/cppe/demo/IceE/hello/Server.cpp
index 659482e6e6b..b172771d9dc 100644
--- a/cppe/demo/IceE/hello/Server.cpp
+++ b/cppe/demo/IceE/hello/Server.cpp
@@ -33,6 +33,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);
}
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);
}