Skip to content

Commit

Permalink
same as before
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Feb 12, 2025
1 parent 64e8e3f commit 17120cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/renderer/src/test/extract-frame-rust.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,12 +602,12 @@ test('Should handle a video with no frames at the beginning', async () => {
await compositor.waitForDone();
});

test.only(
test(
'Two different starting times should not result in big seeking',
async () => {
const compositor = startLongRunningCompositor({
maximumFrameCacheItemsInBytes: 500 * 1024 * 1024,
logLevel: 'verbose',
logLevel: 'info',
indent: false,
binariesDirectory: null,
extraThreads: 2,
Expand Down

0 comments on commit 17120cb

Please sign in to comment.