Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 11, 2023
1 parent 543446b commit 71735b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runNotebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AMICI_PATH=$(cd $SCRIPT_PATH/.. && pwd)
runNotebook () {
set +e
tempfile=$(mktemp)
jupyter nbconvert --debug --stdout --execute --ExecutePreprocessor.timeout=300 --to markdown $@ &> $tempfile
jupyter nbconvert --debug --stdout --execute --ExecutePreprocessor.timeout=600 --to markdown $@ &> $tempfile
ret=$?
if [[ $ret != 0 ]]; then
cat $tempfile
Expand Down

0 comments on commit 71735b6

Please sign in to comment.