mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-17 11:22:29 +00:00
ui: playwright increase test timeout
This commit is contained in:
parent
67820a2aa7
commit
5b117539f8
@ -84,6 +84,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Increase timeout for the test
|
||||||
|
timeout: 60000,
|
||||||
|
|
||||||
|
|
||||||
/* Run your local dev server before starting the tests */
|
/* Run your local dev server before starting the tests */
|
||||||
// webServer: {
|
// webServer: {
|
||||||
// command: 'npm run start',
|
// command: 'npm run start',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user