Skip to content

Commit

Permalink
Bumped travis_wait time to 60 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jan 31, 2019
1 parent d68eab9 commit 8630b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
before_script:
- doit env_create --name=pyviz --python=$PYENV_VERSION
- source activate pyviz
- travis_wait 40 doit develop_install $CHANS_DEV --all-extras
- travis_wait 60 doit develop_install $CHANS_DEV --all-extras
- pip install msgpack # workaround for unfortunate combination of msgpack vs msgpack-python + no conda develop command + pkg_resources checking what's installed for entrypoints + msgpack/rise conflict via conda; need to investigate
- doit env_capture
script:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
stage: conda_dev_package
env: LABELS=$LABELS_DEV CHANS=$CHANS_DEV
before_script:
- travis_wait 40 doit package_build $CHANS $PKG_TEST_PYTHON --package-name pyviz --test-group=unit
- travis_wait 60 doit package_build $CHANS $PKG_TEST_PYTHON --package-name pyviz --test-group=unit
# TODO: is package_test supposed to take --package-name? Seems to work with leftover conda.recipe from build.
- doit package_test $CHANS $PKG_TEST_PYTHON --test-group=examples
script: doit package_upload --token=$ANACONDA_TOKEN $LABELS
Expand Down

0 comments on commit 8630b04

Please sign in to comment.