diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-18 18:10:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-18 18:10:45 +0100 |
commit | e212f88714ec67571970e369b77d6bec887f6d18 (patch) | |
tree | a6e962c3208a02db913add3baa237888f4b79b62 /server/tests/activitypub.ts | |
parent | 5668bf2e51051c809d84b809e2644358fa5fd287 (diff) | |
download | PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.gz PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.zst PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.zip |
Increase tests timeout
Diffstat (limited to 'server/tests/activitypub.ts')
-rw-r--r-- | server/tests/activitypub.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/activitypub.ts b/server/tests/activitypub.ts index c8884719d..9e29b0fa8 100644 --- a/server/tests/activitypub.ts +++ b/server/tests/activitypub.ts | |||
@@ -10,7 +10,7 @@ describe('Test activitypub', function () { | |||
10 | let server: ServerInfo = null | 10 | let server: ServerInfo = null |
11 | 11 | ||
12 | before(async function () { | 12 | before(async function () { |
13 | this.timeout(10000) | 13 | this.timeout(30000) |
14 | 14 | ||
15 | await flushTests() | 15 | await flushTests() |
16 | 16 | ||