summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-06-24 12:05:29 -0400
committerBernard Normier <bernard@zeroc.com>2017-06-24 12:05:29 -0400
commitc801a1c9c0833ea14e859c465fa1e33e2a482e5b (patch)
treea85071cabd9bac9d2aa382b26fd3c35154ea590f /js
parentFix for ICE-8140: the controller occasionally does not find dllTestShutdown (diff)
downloadice-c801a1c9c0833ea14e859c465fa1e33e2a482e5b.tar.bz2
ice-c801a1c9c0833ea14e859c465fa1e33e2a482e5b.tar.xz
ice-c801a1c9c0833ea14e859c465fa1e33e2a482e5b.zip
Attempted fix for occasional timeout overrides test failure (ICE-8141)
Diffstat (limited to '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.