From e212f88714ec67571970e369b77d6bec887f6d18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Jan 2018 18:10:45 +0100 Subject: Increase tests timeout --- server/tests/activitypub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/activitypub.ts') 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 () { let server: ServerInfo = null before(async function () { - this.timeout(10000) + this.timeout(30000) await flushTests() -- cgit v1.2.3