diff options
Diffstat (limited to 'server/tests/api/check-params/users.js')
-rw-r--r-- | server/tests/api/check-params/users.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/users.js b/server/tests/api/check-params/users.js index 0ba5e77c3..2c1189f7a 100644 --- a/server/tests/api/check-params/users.js +++ b/server/tests/api/check-params/users.js | |||
@@ -23,7 +23,7 @@ describe('Test users API validators', function () { | |||
23 | // --------------------------------------------------------------- | 23 | // --------------------------------------------------------------- |
24 | 24 | ||
25 | before(function (done) { | 25 | before(function (done) { |
26 | this.timeout(20000) | 26 | this.timeout(120000) |
27 | 27 | ||
28 | series([ | 28 | series([ |
29 | function (next) { | 29 | function (next) { |