kopia lustrzana https://github.com/jupyterhub/repo2docker
increase timeout for stencila tests on travis
rodzic
b1bff5bf5e
commit
d12c4b54c3
|
@ -16,8 +16,8 @@ script:
|
||||||
# cd into tests so CWD being repo2docker does not hide
|
# cd into tests so CWD being repo2docker does not hide
|
||||||
# possible issues with MANIFEST.in
|
# possible issues with MANIFEST.in
|
||||||
- pushd tests;
|
- pushd tests;
|
||||||
if [ ${REPO_TYPE} == "r" ]; then
|
if [ ${REPO_TYPE} == "r" ] || [ ${REPO_TYPE} == "stencila" ]; then
|
||||||
travis_wait pytest --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
travis_wait 30 pytest --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
||||||
else
|
else
|
||||||
travis_retry pytest --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
travis_retry pytest --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
Ładowanie…
Reference in New Issue