Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
expand wait time to 30 min
  • Loading branch information
rafaelpadilla authored Aug 20, 2022
1 parent 6242d7c commit 2efe66d
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 @@ -2,7 +2,7 @@ dist: xenial # required for Python >= 3.7
language: python
python:
- "3.8"
install: travis_wait mvn install
install: travis_wait 30 mvn install
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit 2efe66d

Please sign in to comment.