mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
chore(e2e): updated page load timing
This commit is contained in:
@@ -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
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user