diff --git a/.travis.yml b/.travis.yml index 647dc893..e4babd02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,9 +81,9 @@ before_script: script: - | if [ "$CHECK_TYPE" == "style" ]; then - flake8 dmriprep + travis_wait 60 flake8 dmriprep elif [ "$CHECK_TYPE" == "test" ]; then - pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep + travis_wait 60 pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep else false fi diff --git a/dmriprep/data/tests/dwi_b0.nii.gz b/dmriprep/data/tests/dwi_b0.nii.gz index b8a36ac2..134341f3 100644 Binary files a/dmriprep/data/tests/dwi_b0.nii.gz and b/dmriprep/data/tests/dwi_b0.nii.gz differ