diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-06-24 12:05:29 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-06-24 12:05:29 -0400 |
commit | c801a1c9c0833ea14e859c465fa1e33e2a482e5b (patch) | |
tree | a85071cabd9bac9d2aa382b26fd3c35154ea590f /js/test/Ice/timeout/Client.js | |
parent | Fix for ICE-8140: the controller occasionally does not find dllTestShutdown (diff) | |
download | ice-c801a1c9c0833ea14e859c465fa1e33e2a482e5b.tar.bz2 ice-c801a1c9c0833ea14e859c465fa1e33e2a482e5b.tar.xz ice-c801a1c9c0833ea14e859c465fa1e33e2a482e5b.zip |
Attempted fix for occasional timeout overrides test failure (ICE-8141)
Diffstat (limited to 'js/test/Ice/timeout/Client.js')
-rw-r--r-- | js/test/Ice/timeout/Client.js | 1 |
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. |