diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/server/stats.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/stats.ts b/server/tests/api/server/stats.ts index 6654eaaee..bc35cbe4e 100644 --- a/server/tests/api/server/stats.ts +++ b/server/tests/api/server/stats.ts | |||
@@ -26,7 +26,7 @@ describe('Test stats (excluding redundancy)', function () { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | before(async function () { | 28 | before(async function () { |
29 | this.timeout(60000) | 29 | this.timeout(120000) |
30 | 30 | ||
31 | servers = await createMultipleServers(3) | 31 | servers = await createMultipleServers(3) |
32 | 32 | ||