Skip to content

Commit

Permalink
PRJ: increase travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLP authored and laborleben committed Jul 26, 2017
1 parent 545147e commit 1c958a2
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 @@ -39,7 +39,7 @@ script:
else
touch $HOME/miniconda/lib/python3.6/site-packages/converage.pth && printf "import coverage; coverage.process_startup()" > $HOME/miniconda/lib/python3.6/site-packages/converage.pth;
fi
- travis_wait py.test --cov=testbeam_analysis
- travis_wait 40 py.test --cov=testbeam_analysis
- sphinx-build docs docs/_build/html

after_success:
Expand Down

0 comments on commit 1c958a2

Please sign in to comment.