diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-27 09:04:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-27 09:04:02 +0100 |
commit | afb371d940531a5a8aafb5895b369b9cdecd555b (patch) | |
tree | 0456b1fcc83b57a24c8e10b6a9886e1841ceb937 /server/tests | |
parent | 06a9fdf4331db011d1d77aa09911b17d76d69b85 (diff) | |
download | PeerTube-afb371d940531a5a8aafb5895b369b9cdecd555b.tar.gz PeerTube-afb371d940531a5a8aafb5895b369b9cdecd555b.tar.zst PeerTube-afb371d940531a5a8aafb5895b369b9cdecd555b.zip |
Refactor playlist creation for lives
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/proxy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/proxy.ts b/server/tests/api/server/proxy.ts index de8872d74..4bf89410e 100644 --- a/server/tests/api/server/proxy.ts +++ b/server/tests/api/server/proxy.ts | |||
@@ -95,7 +95,7 @@ describe('Test proxy', function () { | |||
95 | } | 95 | } |
96 | 96 | ||
97 | it('Should succeed import with the appropriate proxy config', async function () { | 97 | it('Should succeed import with the appropriate proxy config', async function () { |
98 | this.timeout(120000) | 98 | this.timeout(240000) |
99 | 99 | ||
100 | await servers[0].kill() | 100 | await servers[0].kill() |
101 | await servers[0].run({}, { env: goodEnv }) | 101 | await servers[0].run({}, { env: goodEnv }) |