Skip to content

Commit

Permalink
ML/AutoML: Increase notebook execution timeout from 240 to 300 seconds
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
amotl committed Dec 2, 2023
1 parent f9658b3 commit 86e77a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topic/machine-learning/automl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ markers = [
nb_test_files = true
nb_coverage = false
# 120 seconds is too less on CI/GHA
nb_exec_timeout = 240
nb_exec_timeout = 300
nb_diff_replace = [
# Compensate output of `crash`.
'"/cells/*/outputs/*/text" "\(\d.\d+ sec\)" "(0.000 sec)"',
Expand Down

0 comments on commit 86e77a7

Please sign in to comment.