From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 18 May 2017 15:01:45 +0000 (+0200)
Subject: after NA fixes; increase Jupyter cell timeout
X-Git-Url: https://git.auder.net/variants/current/doc/scripts/DESCRIPTION?a=commitdiff_plain;h=571325e3dba6566e8d29808da456797a21b394f8;p=talweg.git

after NA fixes; increase Jupyter cell timeout
---

diff --git a/reports/run.sh b/reports/run.sh
index 9d67a84..4c6a00e 100755
--- a/reports/run.sh
+++ b/reports/run.sh
@@ -3,9 +3,10 @@
 
 ./ipynb_generator.py $1.gj - P=$2 H=$3
 
+# Timeout for 1 cell : 24*3600s = 24h
 jupyter-nbconvert \
 	--ExecutePreprocessor.kernel_name='ir' \
-	--ExecutePreprocessor.timeout=1800 \
+	--ExecutePreprocessor.timeout=86400 \
 	--execute $1.ipynb \
 	--to notebook --output $1.out.ipynb
 #	--to html --output=$1.html