diff --git a/conf/mocha.conf.js b/conf/mocha.conf.js index 1c94fe7..995828a 100644 --- a/conf/mocha.conf.js +++ b/conf/mocha.conf.js @@ -1,7 +1,7 @@ mocha.setup({ ui: 'tdd', slow: 1000, - timeout: 10000, + timeout: 30000, ignoreLeaks: true, htmlbase: '/base/platform/test/' });