diff options
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r-- | js/test/Ice/acm/Client.js | 2 |
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); |