Skip to content

Commit

Permalink
Add travis wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Mar 3, 2021
1 parent de90436 commit ebec354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

#- coverage run -m unittest discover
coverage run --branch -m unittest discover && coverage report yamlloader/*.py
travis_wait 30 coverage run --branch -m unittest discover && coverage report yamlloader/*.py

0 comments on commit ebec354

Please sign in to comment.