Skip to content

Commit

Permalink
fixup! trying to fix SourceBuffer full in HLS buff recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Apr 12, 2024
1 parent 845f24d commit 4c2ddb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/buffer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test('測試終止 FLV 推流后有否成功關閉數據流', async ({ modules,
expect(before).toBe(after)
})

test('測試 HLS 長錄製有否 flush buffer', async ({ context, modules, page, room: { stream } }) => {
test('測試 HLS 長錄製有否 flush buffer', { tag: "@scoped" }, async ({ context, modules, page, room: { stream } }) => {

// 5 mins
test.setTimeout(300000)
Expand Down

0 comments on commit 4c2ddb5

Please sign in to comment.