Skip to content

Commit

Permalink
increased skorch tutorials timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
victormvy committed Jan 13, 2025
1 parent 577ac44 commit 7d3f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/run_skorch_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Script to run all example notebooks.
set -euo pipefail

CMD="jupyter nbconvert --to notebook --inplace --execute --ExecutePreprocessor.timeout=600"
CMD="jupyter nbconvert --to notebook --inplace --execute --ExecutePreprocessor.timeout=1200"

included=(
"tutorials/dlordinal_with_skorch_tutorial.ipynb"
Expand Down

0 comments on commit 7d3f54b

Please sign in to comment.