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:
parent
80b2ae2676
commit
94d24c4687
1 changed files with 1 additions and 0 deletions
|
|
@ -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('resumes audiobook when a chapter is missing and full download succeeds (PDF)', async ({ page }, testInfo) => {
|
||||||
|
test.setTimeout(60_000);
|
||||||
await setupTest(page, testInfo);
|
await setupTest(page, testInfo);
|
||||||
await uploadAndDisplay(page, 'sample.pdf');
|
await uploadAndDisplay(page, 'sample.pdf');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue