fix: increase global timeout for a test
1s is not enought on CI to start running the tests sometimes.
This commit is contained in:
parent
b52cd7e4dc
commit
2805504d29
|
|
@ -214,7 +214,7 @@ for (const useIntermediateMergeReport of [false, true] as const) {
|
|||
const result = await runInlineTest({
|
||||
'playwright.config.ts': `
|
||||
module.exports = {
|
||||
globalTimeout: 1000,
|
||||
globalTimeout: 3000,
|
||||
};
|
||||
`,
|
||||
'dir/a.test.js': `
|
||||
|
|
|
|||
Loading…
Reference in a new issue