test(export): increase timeout for resume test

Increase timeout to 60 seconds for the audiobook resume test to prevent flakiness when processing PDF exports.
This commit is contained in:
Richard R 2026-02-16 10:19:54 -07:00
parent 80b2ae2676
commit 94d24c4687

View file

@ -448,6 +448,7 @@ test('regenerates a single MP3 audiobook PDF page and exports full audiobook', a
});
test('resumes audiobook when a chapter is missing and full download succeeds (PDF)', async ({ page }, testInfo) => {
test.setTimeout(60_000);
await setupTest(page, testInfo);
await uploadAndDisplay(page, 'sample.pdf');