summaryrefslogtreecommitdiff
path: root/js/test/Ice/timeout/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/timeout/Client.js')
-rw-r--r--js/test/Ice/timeout/Client.js4
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
{