Skip to content

Commit

Permalink
increased sleep time for care migrations in cypress action
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed May 31, 2023
1 parent 70a3ead commit 14a5d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
path: care

- name: Run docker compose up on care 🐳
run: cd care && touch .env && make docker_config_file=docker-compose.pre-built.yaml up && cd .. && sleep 30s
# Voluntarily kept 30 seconds delay to wait for migrations to complete.
run: cd care && touch .env && make docker_config_file=docker-compose.pre-built.yaml up && cd .. && sleep 60s
# Voluntarily kept 60 seconds delay to wait for migrations to complete.

- name: Run Django collectstatic and load dummy data on care 🐍
run: |
Expand Down

0 comments on commit 14a5d01

Please sign in to comment.