increase timeout
This commit is contained in:
2
client/playwright.config.ts
vendored
2
client/playwright.config.ts
vendored
@@ -76,6 +76,6 @@ export default defineConfig({
|
|||||||
url: 'http://127.0.0.1:3000',
|
url: 'http://127.0.0.1:3000',
|
||||||
cwd: '..',
|
cwd: '..',
|
||||||
reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
timeout: 30000,
|
timeout: 60000,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user