Skip to content

Commit

Permalink
Bump the test runtime limit to 180
Browse files Browse the repository at this point in the history
Seems we are now going over the runtime limit for the Notebook executor.
Not totally sure why, but it doesn't seem that we are going that far
over as the tests do sometimes complete within the limit. It may be a
dependency related change. Go ahead and bump the timeout another 60secs.
Should afford the Notebook tests enough time to complete.
  • Loading branch information
jakirkham committed Nov 6, 2018
1 parent 1d8f089 commit 094aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_nanshe_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def testRunNansheIPython(self):

timeout_opt = (
"--ExecutePreprocessor.timeout=%s" %
os.environ.get("NB_EXE_TIMEOUT", "120")
os.environ.get("NB_EXE_TIMEOUT", "180")
)

for each_nb_filename in nb_filenames:
Expand Down

0 comments on commit 094aa89

Please sign in to comment.