ui: playwright increase test timeout

This commit is contained in:
Chirag Madlani 2024-09-13 02:18:24 +05:30 committed by GitHub
parent 67820a2aa7
commit 5b117539f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,10 @@ export default defineConfig({
},
],
// Increase timeout for the test
timeout: 60000,
/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',