fix: increase global timeout for a test

1s is not enought on CI to start running the tests sometimes.
This commit is contained in:
Yury Semikhatsky 2024-04-23 14:32:00 -07:00
parent b52cd7e4dc
commit 2805504d29

View file

@ -214,7 +214,7 @@ for (const useIntermediateMergeReport of [false, true] as const) {
const result = await runInlineTest({ const result = await runInlineTest({
'playwright.config.ts': ` 'playwright.config.ts': `
module.exports = { module.exports = {
globalTimeout: 1000, globalTimeout: 3000,
}; };
`, `,
'dir/a.test.js': ` 'dir/a.test.js': `