diff options
Diffstat (limited to 'server/tests/api/config.js')
-rw-r--r-- | server/tests/api/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/config.js b/server/tests/api/config.js index 08f955f2d..e79e12823 100644 --- a/server/tests/api/config.js +++ b/server/tests/api/config.js | |||
@@ -13,7 +13,7 @@ describe('Test config', function () { | |||
13 | let server = null | 13 | let server = null |
14 | 14 | ||
15 | before(function (done) { | 15 | before(function (done) { |
16 | this.timeout(20000) | 16 | this.timeout(120000) |
17 | 17 | ||
18 | series([ | 18 | series([ |
19 | function (next) { | 19 | function (next) { |