diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-09-19 09:49:13 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-09-19 09:49:13 +0200 |
commit | 53ece610306dc111c18226c8b8b5b525b76b849a (patch) | |
tree | c19a754b27b803314e9f96e1249674c8326e40d4 /js/test/Ice/timeout/Client.js | |
parent | Fix for InternetExplorer JS Ice/timeout failure (diff) | |
download | ice-53ece610306dc111c18226c8b8b5b525b76b849a.tar.bz2 ice-53ece610306dc111c18226c8b8b5b525b76b849a.tar.xz ice-53ece610306dc111c18226c8b8b5b525b76b849a.zip |
Fixed iOS test build failure, bumped JS timeout for Ice.Override.CloseTimeout
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 99e35567467..4844e6fd2d2 100644 --- a/js/test/Ice/timeout/Client.js +++ b/js/test/Ice/timeout/Client.js @@ -329,7 +329,7 @@ ).then(() => { var t = Date.now(); - test(t - now < 400); + test(t - now < 700); return controller.resumeAdapter(); } ).then(() => |