diff options
Diffstat (limited to 'server/tests/api/check-params/accounts.ts')
-rw-r--r-- | server/tests/api/check-params/accounts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/accounts.ts b/server/tests/api/check-params/accounts.ts index 351228754..50dc0804e 100644 --- a/server/tests/api/check-params/accounts.ts +++ b/server/tests/api/check-params/accounts.ts | |||
@@ -13,7 +13,7 @@ describe('Test users API validators', function () { | |||
13 | // --------------------------------------------------------------- | 13 | // --------------------------------------------------------------- |
14 | 14 | ||
15 | before(async function () { | 15 | before(async function () { |
16 | this.timeout(20000) | 16 | this.timeout(30000) |
17 | 17 | ||
18 | await flushTests() | 18 | await flushTests() |
19 | 19 | ||