diff options
Diffstat (limited to 'cpp/test/Ice/timeout/Server.cpp')
-rw-r--r-- | cpp/test/Ice/timeout/Server.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/Ice/timeout/Server.cpp b/cpp/test/Ice/timeout/Server.cpp index b8821afafdd..31da110c400 100644 --- a/cpp/test/Ice/timeout/Server.cpp +++ b/cpp/test/Ice/timeout/Server.cpp @@ -39,6 +39,14 @@ main(int argc, char* argv[]) Ice::InitializationData initData; initData.properties = Ice::createProperties(argc, argv); +#if TARGET_OS_IPHONE != 0 + // + // COMPILERFIX: Disable connect timeout introduced for + // workaround to iOS device hangs when using SSL + // + initData.properties->setProperty("Ice.Override.ConnectTimeout", ""); +#endif + // // This test kills connections, so we don't want warnings. // |