From 8630b0461aa54f26c71c02a0135a6ac12bd44ab7 Mon Sep 17 00:00:00 2001 From: jlstevens Date: Thu, 31 Jan 2019 11:51:48 -0600 Subject: [PATCH] Bumped travis_wait time to 60 minutes --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d38074c0..963d24da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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