aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/user-subscriptions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/users/user-subscriptions.ts')
-rw-r--r--server/tests/api/users/user-subscriptions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users/user-subscriptions.ts b/server/tests/api/users/user-subscriptions.ts
index 77b99886d..441f70d07 100644
--- a/server/tests/api/users/user-subscriptions.ts
+++ b/server/tests/api/users/user-subscriptions.ts
@@ -22,7 +22,7 @@ describe('Test users subscriptions', function () {
22 let command: SubscriptionsCommand 22 let command: SubscriptionsCommand
23 23
24 before(async function () { 24 before(async function () {
25 this.timeout(120000) 25 this.timeout(240000)
26 26
27 servers = await createMultipleServers(3) 27 servers = await createMultipleServers(3)
28 28