diff options
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 | ||