diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/live/live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 23f8d2be1..d784650b5 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -417,7 +417,7 @@ describe('Test live', function () { | |||
417 | await waitJobs(servers) | 417 | await waitJobs(servers) |
418 | 418 | ||
419 | const bitrateLimits = { | 419 | const bitrateLimits = { |
420 | 720: 4000 * 1000, // 60FPS | 420 | 720: 5000 * 1000, // 60FPS |
421 | 360: 1100 * 1000, | 421 | 360: 1100 * 1000, |
422 | 240: 600 * 1000 | 422 | 240: 600 * 1000 |
423 | } | 423 | } |