Skip to content

Commit

Permalink
single test timeout -> 3600 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Dec 1, 2018
1 parent 5075cf8 commit f9453cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_nb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9453cd

Please sign in to comment.