Skip to content

Commit

Permalink
ENH: Increase cell timeout value for preprocessing episode
Browse files Browse the repository at this point in the history
Increase cell timeout value for preprocessing episode to 3000 seconds to
allow successful completion of tasks.
  • Loading branch information
jhlegarreta committed Jun 2, 2024
1 parent 33f13bf commit fd2b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
export PYTHONPATH=$PYTHONPATH:`realpath ${{ github.workspace }}`
export PATH=$FSLPATH/bin:$ANTSPATH:$PATH
pytest --nbval-lax -v code/introduction.ipynb
pytest --nbval-lax -v code/preprocessing.ipynb
pytest --nbval-cell-timeout=3000 -v code/preprocessing.ipynb
pytest --nbval-lax -v code/diffusion_tensor_imaging.ipynb
pytest --nbval-lax -v code/constrained_spherical_deconvolution.ipynb
pytest --nbval-lax -v code/deterministic_tractography.ipynb
Expand Down

0 comments on commit fd2b237

Please sign in to comment.