diff options
Diffstat (limited to 'js/test/Ice/timeout/Client.js')
-rw-r--r-- | js/test/Ice/timeout/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/timeout/Client.js b/js/test/Ice/timeout/Client.js index 3a05c085107..dfb71b734f9 100644 --- a/js/test/Ice/timeout/Client.js +++ b/js/test/Ice/timeout/Client.js @@ -82,7 +82,7 @@ } { - const to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(2000 * mult)); + const to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(-1)); await controller.holdAdapter(100 * mult); await to.ice_getConnection(); try |