diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-03-30 11:29:41 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-03-30 11:29:41 +0200 |
commit | 412fb8a008ce1f7a4444eda5e84872e47c939b27 (patch) | |
tree | 9342f0a6a257bc8bb8f4b98f6428f79751110124 /js/test/Ice/timeout/Client.js | |
parent | Added back support for --valgrind option to allTests.py (diff) | |
download | ice-412fb8a008ce1f7a4444eda5e84872e47c939b27.tar.bz2 ice-412fb8a008ce1f7a4444eda5e84872e47c939b27.tar.xz ice-412fb8a008ce1f7a4444eda5e84872e47c939b27.zip |
Fixes for Ice/acm and timeout tests to be less time sensitive (ICE-7371, ICE-7555)
Diffstat (limited to 'js/test/Ice/timeout/Client.js')
-rw-r--r-- | js/test/Ice/timeout/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/timeout/Client.js b/js/test/Ice/timeout/Client.js index 45ecced133d..f35c735e5cc 100644 --- a/js/test/Ice/timeout/Client.js +++ b/js/test/Ice/timeout/Client.js @@ -127,7 +127,7 @@ ).then(con => { test(to.ice_getCachedConnection() === obj.ice_getCachedConnection()); - return to.sleep(250); + return to.sleep(100); } ).then(() => { |