Skip to content

Commit 5a31902

Browse files
increase timeout for examples (#2740)
1 parent e99e2bf commit 5a31902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_daal4py_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def low_order_moms_getter(result):
292292
),
293293
Config("elastic_net", required_version=((2020, "P", 1), (2021, "B", 105))),
294294
Config("em_gmm", "em_gmm.csv", lambda r: r.covariances[0]),
295-
Config("gradient_boosted_classification", timeout_cpu_seconds=480),
295+
Config("gradient_boosted_classification", timeout_cpu_seconds=700),
296296
Config("implicit_als", "implicit_als.csv", "prediction"),
297297
Config("kdtree_knn_classification"),
298298
Config("kmeans", "kmeans.csv", "centroids"),

0 commit comments

Comments
 (0)