diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-05-28 18:35:24 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-05-28 18:35:24 +0200 |
commit | 720e09452e5a650087670231e372945adfaa56b0 (patch) | |
tree | a762b9fc00b936de596f86d7bb7c5149ab7e3e7d /js/test/Ice/timeout/Client.js | |
parent | Fixed Android testing issue (diff) | |
download | ice-720e09452e5a650087670231e372945adfaa56b0.tar.bz2 ice-720e09452e5a650087670231e372945adfaa56b0.tar.xz ice-720e09452e5a650087670231e372945adfaa56b0.zip |
Fixed connect timeout test sporadic failures in particular with macOS/Firefox
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 8f8e92d520b..3a05c085107 100644 --- a/js/test/Ice/timeout/Client.js +++ b/js/test/Ice/timeout/Client.js @@ -82,8 +82,8 @@ } { - const to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(1000 * mult)); - await controller.holdAdapter(200 * mult); + const to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(2000 * mult)); + await controller.holdAdapter(100 * mult); await to.ice_getConnection(); try { |