From 94d24c4687d12e6822767d4e07a8798c22359df1 Mon Sep 17 00:00:00 2001 From: Richard R Date: Mon, 16 Feb 2026 10:19:54 -0700 Subject: [PATCH] test(export): increase timeout for resume test Increase timeout to 60 seconds for the audiobook resume test to prevent flakiness when processing PDF exports. --- tests/export.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/export.spec.ts b/tests/export.spec.ts index 9df454d..9384c78 100644 --- a/tests/export.spec.ts +++ b/tests/export.spec.ts @@ -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');