diff options
Diffstat (limited to 'js/test/Ice/timeout/Client.js')
-rw-r--r-- | js/test/Ice/timeout/Client.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/timeout/Client.js b/js/test/Ice/timeout/Client.js index 74b1a89e844..c965a1a86b1 100644 --- a/js/test/Ice/timeout/Client.js +++ b/js/test/Ice/timeout/Client.js @@ -149,7 +149,7 @@ try { - await to.sleep(500); + await to.sleep(1000); test(false); } catch(ex) @@ -166,7 +166,7 @@ } catch(ex) { - test(ex instanceof Ice.InvocationTimeoutException, ex); + test(false); } } out.writeLine("ok"); |