Skip to content

Commit

Permalink
increase travis ci delay :(
Browse files Browse the repository at this point in the history
  • Loading branch information
adubkov committed Sep 29, 2018
1 parent 1799df0 commit 4880b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:

script:
- while ! nc -z 127.0.0.1 10051; do sleep 1; done
- sleep 30
- sleep 60
- pycodestyle --ignore=E501,W504 pyzabbix/
- pycodestyle tests/*.py
- coverage run setup.py test
Expand Down

0 comments on commit 4880b50

Please sign in to comment.