From 571325e3dba6566e8d29808da456797a21b394f8 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 18 May 2017 17:01:45 +0200
Subject: [PATCH] after NA fixes; increase Jupyter cell timeout

---
 reports/run.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.44.0