summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-29 11:42:49 +0100
committerJose <jose@zeroc.com>2016-12-29 11:42:49 +0100
commitf7f84c4fee5c7e392e8062f018a8a00b47278fcc (patch)
tree92a5fa605215a92a5fbd2f5dad2b2e82d9b81fc3 /js/test/Ice/acm/Client.js
parentFixed bug in JavaScript Ice.Long toNumber implementation (diff)
downloadice-f7f84c4fee5c7e392e8062f018a8a00b47278fcc.tar.bz2
ice-f7f84c4fee5c7e392e8062f018a8a00b47278fcc.tar.xz
ice-f7f84c4fee5c7e392e8062f018a8a00b47278fcc.zip
Bumped ACM timeout
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r--js/test/Ice/acm/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js
index b5c3bee5eba..1925d1ae3ea 100644
--- a/js/test/Ice/acm/Client.js
+++ b/js/test/Ice/acm/Client.js
@@ -279,7 +279,7 @@
runTestCase: function(adapter, proxy)
{
var self = this;
- return Ice.Promise.delay(1500).then(function()
+ return Ice.Promise.delay(2000).then(function()
{
test(self._heartbeat === 0);
test(self._closed);