Skip to content

Commit

Permalink
Increase sleep time to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Feb 10, 2024
1 parent ee8c1c8 commit 10b032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Start database servers
run: |
docker-compose up -d
sleep 5s
sleep 10s
- name: Run integration tests
run: |
cp .env.example .env.test
Expand Down

0 comments on commit 10b032a

Please sign in to comment.