From cb0e8d47ad0e2164e93f29241d7d81089d12882a Mon Sep 17 00:00:00 2001 From: Riyadh Al Nur Date: Fri, 4 Nov 2016 00:00:08 +0800 Subject: [PATCH] Increase timeout for tests --- gulpfile.babel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 86a61cc..ff9cef8 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -40,7 +40,8 @@ function _mocha() { .pipe($.mocha({ reporter: 'spec', globals: Object.keys(mochaGlobals.globals), - ignoreLeaks: false + ignoreLeaks: false, + timeout: 10000 })); }