chore(e2e): updated page load timing

This commit is contained in:
sumit_chaturvedi
2025-06-25 14:27:29 +05:30
parent 60b090284a
commit 5e8385607a
+5 -5
View File
@@ -61,9 +61,9 @@ export default defineConfig({
webServer: isLocal
? undefined // Skip web server in local runs
: {
command: "npm run dev",
url: "http://localhost:3000",
reuseExistingServer: true,
timeout: 300 * 1000, // 5 minute
},
command: "npm run dev",
url: "http://localhost:3000",
reuseExistingServer: true,
timeout: 400 * 1000, // 5 minute
},
});