Skip to content

Commit

Permalink
increase wait time for RMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 6, 2024
1 parent 58eef90 commit ac12f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: docker compose -f ./docker-compose.yml --env-file ${{ env.ENV_FILE }} up -d operandi-mongodb

- name: wait starting of RabbitMQ and MongoDB
run: sleep 60
run: sleep 90

- name: run utils tests
run: |
Expand Down

0 comments on commit ac12f79

Please sign in to comment.