mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Up timeout on test
This commit is contained in:
@@ -354,7 +354,7 @@ test('MPEG-TS seeking race condition test', async () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
test('MPEG-TS video key packets', { timeout: 10_000 }, async () => {
|
test('MPEG-TS video key packets', { timeout: 30_000 }, async () => {
|
||||||
for (let i = 0; i < 2; i++) {
|
for (let i = 0; i < 2; i++) {
|
||||||
using input = new Input({
|
using input = new Input({
|
||||||
source: new FilePathSource(path.join(__dirname, '../public/trim-buck-bunny-ffmpeg.ts')),
|
source: new FilePathSource(path.join(__dirname, '../public/trim-buck-bunny-ffmpeg.ts')),
|
||||||
|
|||||||
Reference in New Issue
Block a user