diff --git a/model/chain.js b/model/chain.js index 984dddf..439aa30 100644 --- a/model/chain.js +++ b/model/chain.js @@ -74,8 +74,8 @@ class Chain var _self = this; - // Limit the timeout of callbacks to 30 secs - if( timeout == undefined ) timeout = 30000; + // Limit the timeout of callbacks to 3 secs + if( timeout == undefined ) timeout = 3000; return (function() {