From f9453cd26ecb8df5f73ccb674a94c05e92174873 Mon Sep 17 00:00:00 2001 From: Kang Won LEE Date: Sun, 2 Dec 2018 08:25:23 +0900 Subject: [PATCH] single test timeout -> 3600 sec --- test_nb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_nb.py b/test_nb.py index 6a603adc..8e7f1928 100644 --- a/test_nb.py +++ b/test_nb.py @@ -63,7 +63,7 @@ def _exec_notebook_win(path): "nbconvert", # option "--to", "notebook", # conver to another ipynb file "--execute", # run while convering - "--ExecutePreprocessor.timeout=1000", + "--ExecutePreprocessor.timeout=3600", "--ExecutePreprocessor.kernel_name=python", "--output", filename, # output file name path # input file name