Skip to content

Commit

Permalink
test(frontend): increased test time
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrafchowdury committed Sep 25, 2024
1 parent 830d8ee commit 79309d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions agenta-web/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export default defineConfig({
screenshotOnRunFailure: false,
e2e: {
baseUrl: "http://localhost:3000",
defaultCommandTimeout: 120000,
requestTimeout: 120000,
pageLoadTimeout: 120000,
responseTimeout: 120000,
taskTimeout: 120000,
execTimeout: 120000,
defaultCommandTimeout: 180000,
requestTimeout: 180000,
pageLoadTimeout: 180000,
responseTimeout: 180000,
taskTimeout: 180000,
execTimeout: 180000,
setupNodeEvents(on) {
on("task", {
log(message) {
Expand Down

0 comments on commit 79309d0

Please sign in to comment.