summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerI.cpp')
-rw-r--r--cpp/src/IcePack/ServerI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerI.cpp b/cpp/src/IcePack/ServerI.cpp
index d661d32e98c..db715b9ed52 100644
--- a/cpp/src/IcePack/ServerI.cpp
+++ b/cpp/src/IcePack/ServerI.cpp
@@ -653,7 +653,7 @@ void
ServerI::setProcess(const ::Ice::ProcessPrx& proc, const ::Ice::Current&)
{
IceUtil::Monitor< ::IceUtil::Mutex>::Lock sync(*this);
- _process = Ice::ProcessPrx::uncheckedCast(proc->ice_timeout(_waitTime));
+ _process = Ice::ProcessPrx::uncheckedCast(proc->ice_timeout(_waitTime * 1000));
notifyAll();
}