Skip to content

Commit

Permalink
increase timeout of gradient_boosted_classification to 240
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuber21 committed Oct 18, 2024
1 parent acdfafb commit 6e1ecf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_daal4py_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def low_order_moms_getter(result):
),
Config("elastic_net", required_version=((2020, "P", 1), (2021, "B", 105))),
Config("em_gmm", "em_gmm.csv", lambda r: r.covariances[0]),
Config("gradient_boosted_classification", timeout_cpu_seconds=240),
Config("implicit_als", "implicit_als.csv", "prediction"),
Config("kdtree_knn_classification"),
Config("kmeans", "kmeans.csv", "centroids"),
Expand Down

0 comments on commit 6e1ecf3

Please sign in to comment.