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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/test/Ice/timeout/Client.js b/js/test/Ice/timeout/Client.js
index 7fb29bab74f..7f244a93893 100644
--- a/js/test/Ice/timeout/Client.js
+++ b/js/test/Ice/timeout/Client.js
@@ -214,6 +214,7 @@
}
).then(c =>
{
+ seq = new Uint8Array(10000000);
return timeout.holdAdapter(750 * 2 * mult);
}
).then(() => to.sendData(seq) // Expect TimeoutException.