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 29757243fde..7fb29bab74f 100644
--- a/js/test/Ice/timeout/Client.js
+++ b/js/test/Ice/timeout/Client.js
@@ -100,8 +100,8 @@
out.writeLine("ok");
out.write("testing connection timeout... ");
to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(100 * mult));
- seq = new Uint8Array(10000000);
- return timeout.holdAdapter(1000 * mult);
+ seq = new Uint8Array(1000000);
+ return timeout.holdAdapter(1500 * mult);
}
).then(() => to.sendData(seq) // Expect TimeoutException
).then(() => test(false),