Skip to content

Commit

Permalink
test to upgrade timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Oct 29, 2024
1 parent 4132836 commit 6964fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code-du-travail-frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { downloadAllUrlsToValidate } from "./cypress/support/before";
dotenv.config();

module.exports = defineConfig({
defaultCommandTimeout: 20000, // 20s
defaultCommandTimeout: 200000, // 20s
e2e: {
baseUrl: process.env.TEST_BASEURL ?? "http://localhost:3000",
specPattern:
Expand Down

0 comments on commit 6964fff

Please sign in to comment.