Increase timeout for slow CI machines
This commit is contained in:
parent
95a1230209
commit
e27b3a7e7c
|
|
@ -329,7 +329,7 @@ test('should print nice error when project is unknown', async ({ runInlineTest }
|
|||
|
||||
test('should print nice error when project is unknown and launching UI mode', async ({ runInlineTest }) => {
|
||||
// Prevent UI mode from opening and the test never finishing
|
||||
setTimeout(() => expect(false).toBeTruthy(), 5000);
|
||||
setTimeout(() => expect(false).toBeTruthy(), 30000);
|
||||
const { output, exitCode } = await runInlineTest({
|
||||
'playwright.config.ts': `
|
||||
module.exports = { projects: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue