Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Nov 6, 2024
1 parent dfde690 commit b2c2a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/docker-compose.ci.alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- frontend
environment:
- CYPRESS_baseUrl=http://frontend
- CYPRESS_backend_delay=30000
- CYPRESS_backend_delay=60000
working_dir: /e2e
volumes:
- ./:/e2e
Expand Down
2 changes: 1 addition & 1 deletion integration/docker-compose.ci.canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- frontend
environment:
- CYPRESS_baseUrl=http://frontend
- CYPRESS_backend_delay=30000
- CYPRESS_backend_delay=60000
working_dir: /e2e
volumes:
- ./:/e2e
Expand Down
2 changes: 1 addition & 1 deletion integration/docker-compose.ci.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- frontend
environment:
- CYPRESS_baseUrl=http://frontend
- CYPRESS_backend_delay=30000
- CYPRESS_backend_delay=60000
working_dir: /e2e
volumes:
- ./:/e2e
Expand Down

0 comments on commit b2c2a96

Please sign in to comment.