diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-28 08:24:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-28 08:25:46 +0200 |
commit | 36305301cb31fb8f66c4e544e91f8e5e3228c2ee (patch) | |
tree | b80777e9cfce25b5159771ba9b85d9fcae667ec0 /server/tests/api/videos/multiple-servers.ts | |
parent | ca68986083edfc530985f47007a099b94cd65325 (diff) | |
download | PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.tar.gz PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.tar.zst PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.zip |
Set AKISMET_KEY as env
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index d47807a79..2ad749fd4 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -156,7 +156,7 @@ describe('Test multiple servers', function () { | |||
156 | }) | 156 | }) |
157 | 157 | ||
158 | it('Should upload the video on server 2 and propagate on each server', async function () { | 158 | it('Should upload the video on server 2 and propagate on each server', async function () { |
159 | this.timeout(100000) | 159 | this.timeout(240000) |
160 | 160 | ||
161 | const user = { | 161 | const user = { |
162 | username: 'user1', | 162 | username: 'user1', |