ui: playwright increase test timeout

(cherry picked from commit 5b117539f821a8d2194bef4fa4958b4932401e41)
This commit is contained in:
Chirag Madlani 2024-09-13 02:18:24 +05:30 committed by karanh37
parent ebebe42072
commit a9c4c76671

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',