aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/accounts.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-18 18:10:45 +0100
committerChocobozzz <me@florianbigard.com>2018-01-18 18:10:45 +0100
commite212f88714ec67571970e369b77d6bec887f6d18 (patch)
treea6e962c3208a02db913add3baa237888f4b79b62 /server/tests/api/check-params/accounts.ts
parent5668bf2e51051c809d84b809e2644358fa5fd287 (diff)
downloadPeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.gz
PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.zst
PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.zip
Increase tests timeout
Diffstat (limited to 'server/tests/api/check-params/accounts.ts')
-rw-r--r--server/tests/api/check-params/accounts.ts2
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