diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-06 16:43:43 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | c655c9ef6f7ddb47a153adc04d5c10c6de3d5ed7 (patch) | |
tree | 7ccb6a7c97345747dde6c53fcd10c488140c7998 /server/tests/plugins/plugin-helpers.ts | |
parent | e4bf78561763cd84d22ebceb6f371cccf9a356d8 (diff) | |
download | PeerTube-c655c9ef6f7ddb47a153adc04d5c10c6de3d5ed7.tar.gz PeerTube-c655c9ef6f7ddb47a153adc04d5c10c6de3d5ed7.tar.zst PeerTube-c655c9ef6f7ddb47a153adc04d5c10c6de3d5ed7.zip |
Update ffmpeg static version for tests
Diffstat (limited to 'server/tests/plugins/plugin-helpers.ts')
-rw-r--r-- | server/tests/plugins/plugin-helpers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts index 0915603d0..e76d7917a 100644 --- a/server/tests/plugins/plugin-helpers.ts +++ b/server/tests/plugins/plugin-helpers.ts | |||
@@ -80,7 +80,7 @@ describe('Test plugin helpers', function () { | |||
80 | let videoUUIDServer1: string | 80 | let videoUUIDServer1: string |
81 | 81 | ||
82 | before(async function () { | 82 | before(async function () { |
83 | this.timeout(15000) | 83 | this.timeout(30000) |
84 | 84 | ||
85 | { | 85 | { |
86 | const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' }) | 86 | const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' }) |