Skip to content

Commit 1d0afc6

Browse files
committed
ML/AutoML: Increase notebook execution timeout from 240 to 300 seconds
FAILED test.py::test_notebook[automl_timeseries_forecasting_with_pycaret.ipynb] - nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 240 seconds. The message was: Cell execution timed out. Here is a preview of the cell contents: ------------------- s = setup(data, fh=15, target="total_sales", index="month", log_experiment=True)
1 parent 718a737 commit 1d0afc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topic/machine-learning/automl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ markers = [
2727
nb_test_files = true
2828
nb_coverage = false
2929
# 120 seconds is too less on CI/GHA
30-
nb_exec_timeout = 240
30+
nb_exec_timeout = 300
3131
nb_diff_replace = [
3232
# Compensate output of `crash`.
3333
'"/cells/*/outputs/*/text" "\(\d.\d+ sec\)" "(0.000 sec)"',

0 commit comments

Comments
 (0)