Skip to content

Commit

Permalink
Relax jupyter nbconvert timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jan 26, 2017
1 parent f69e209 commit 6da461c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration_test.py
Expand Up @@ -12,6 +12,9 @@ def jupyter_integration_test():
"""
try:
check_output(["jupyter-nbconvert", "--execute",
"--log-level=ERROR",
"--ExecutePreprocessor.iopub_timeout=30",
"--ExecutePreprocessor.timeout=None",
str(Path(project_path, "IntegrationTest_v01.ipynb"))],
stderr=STDOUT, universal_newlines=True)
except FileNotFoundError as e:
Expand Down

0 comments on commit 6da461c

Please sign in to comment.