aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/activitypub.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/activitypub.ts
parent5668bf2e51051c809d84b809e2644358fa5fd287 (diff)
downloadPeerTube-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.ts2
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