Skip to content

Commit

Permalink
try increasing the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhirwa committed Dec 11, 2024
1 parent 9775ebb commit 2c70eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# copy-paste from sktime's run_examples.sh
set -euxo pipefail

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

for notebook in docs/source/tutorials/*.ipynb; do
echo "Running: $notebook"
Expand Down

0 comments on commit 2c70eea

Please sign in to comment.