Skip to content

Commit

Permalink
ci: increase gbt classification example timeout (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser authored Feb 21, 2025
1 parent 019c6ad commit 35383b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_daal4py_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +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("gradient_boosted_classification", timeout_cpu_seconds=480),
Config("implicit_als", "implicit_als.csv", "prediction"),
Config("kdtree_knn_classification"),
Config("kmeans", "kmeans.csv", "centroids"),
Expand Down

0 comments on commit 35383b7

Please sign in to comment.