Skip to content

Commit

Permalink
updated to add a travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jun 9, 2020
1 parent 9b7672e commit 3a0bbf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ script:
cd python-apollo
sed -i -e 's|8080/|8080/apollo|' `pwd`/test-data/local-arrow.yml
export ARROW_GLOBAL_CONFIG_PATH=`pwd`/test-data/local-arrow.yml
echo `pwd`/test-data/local-arrow.yml
python3 -m venv .venv
. .venv/bin/activate
pip3 install .
pip3 install nose
./bootstrap_apollo.sh --nodocker
python3 setup.py nosetests
travis_wait python3 setup.py nosetests
killall java || true
fi
Expand Down

0 comments on commit 3a0bbf4

Please sign in to comment.