Skip to content

Commit 89a7f30

Browse files
committed
Bump built-npm-packages test timeouts
1 parent 1b93570 commit 89a7f30

File tree

2 files changed

+2
-2
lines changed
  • packages/playground/test-built-npm-packages

2 files changed

+2
-2
lines changed

packages/playground/test-built-npm-packages/commonjs-and-jest/tests/wp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ SupportedPHPVersions.forEach((phpVersion: string) => {
2222
} finally {
2323
await cli[Symbol.asyncDispose]();
2424
}
25-
}, 22000);
25+
}, 30000);
2626
});
2727
});

packages/playground/test-built-npm-packages/es-modules-and-vitest/tests/wp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!SupportedPHPVersions.includes(phpVersion)) {
1313
}
1414

1515
describe(`PHP ${phpVersion}`, () => {
16-
it('Should load WordPress', { timeout: 22000 }, async () => {
16+
it('Should load WordPress', { timeout: 30000 }, async () => {
1717
const cli = await runCLI({
1818
command: 'server',
1919
php: phpVersion,

0 commit comments

Comments
 (0)