Skip to content

Commit 944b659

Browse files
committed
Bump the test runtime limit to 180
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.
1 parent 987c18b commit 944b659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_nanshe_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def testRunNansheIPython(self):
2525

2626
timeout_opt = (
2727
"--ExecutePreprocessor.timeout=%s" %
28-
os.environ.get("NB_EXE_TIMEOUT", "120")
28+
os.environ.get("NB_EXE_TIMEOUT", "180")
2929
)
3030

3131
for each_nb_filename in nb_filenames:

0 commit comments

Comments
 (0)