summaryrefslogtreecommitdiff
path: root/swift/test/Ice/timeout/AllTests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'swift/test/Ice/timeout/AllTests.swift')
-rw-r--r--swift/test/Ice/timeout/AllTests.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/test/Ice/timeout/AllTests.swift b/swift/test/Ice/timeout/AllTests.swift
index d82d6f7583e..45c9f3754ed 100644
--- a/swift/test/Ice/timeout/AllTests.swift
+++ b/swift/test/Ice/timeout/AllTests.swift
@@ -116,7 +116,7 @@ public func allTestsWithController(helper: TestHelper, controller: ControllerPrx
var to = timeout.ice_invocationTimeout(100)
try test(connection === to.ice_getConnection())
do {
- try to.sleep(500)
+ try to.sleep(1000)
try test(false)
} catch is Ice.InvocationTimeoutException {}
try obj.ice_ping()