Skip to content

Commit 88c9a50

Browse files
nperez0111claude
andcommitted
test(xl-pdf-exporter): bump testTimeout to 15s to avoid CI flakiness
The first "should export a document" test cold-starts PDFExporter and occasionally exceeds the default 5s timeout in CI (observed at 5029ms), while subsequent tests in the same file run in <400ms. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 016ff1c commit 88c9a50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/xl-pdf-exporter/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig((conf) => ({
99
test: {
1010
environment: "jsdom",
1111
setupFiles: ["./vitestSetup.ts"],
12+
testTimeout: 15000,
1213
// assetsInclude: [
1314
// "**/*.woff",
1415
// "**/*.woff2",

0 commit comments

Comments
 (0)