Skip to content

Commit

Permalink
Increase build timeout to 60 seconds (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmurray committed Sep 30, 2022
1 parent eb77c40 commit f9b2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package:

test:
python test/integration/start_rabbitmq_broker.py
coverage run --omit src -m pytest -vv --timeout 30
coverage run --omit src -m pytest -vv --timeout 60
coverage html

fix:
Expand Down

0 comments on commit f9b2e92

Please sign in to comment.