Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Jun 26, 2024
1 parent 68d2199 commit eec02d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/espace-agent.cy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
describe(
'Espace agent',
{
pageLoadTimeout: 180000, // 3min because AgentConnect testing env is veeeery slow
defaultCommandTimeout: 60000, // 2min because AgentConnect testing env is veeeery slow
pageLoadTimeout: 180000, // 3min
testIsolation: false, // We need to share session cookies between tests
retries: {
runMode: 2,
Expand Down

0 comments on commit eec02d4

Please sign in to comment.