From 2c73bb8bc94ef07bfce8928324ca90d1adfb1085 Mon Sep 17 00:00:00 2001 From: Aleksei Khomenko Date: Wed, 2 Oct 2024 13:46:07 +0200 Subject: [PATCH] MNT increase tests timeout to `170` (#2075) --- tests/test_daal4py_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_daal4py_examples.py b/tests/test_daal4py_examples.py index 0ac0bf51c5..8c067150d8 100644 --- a/tests/test_daal4py_examples.py +++ b/tests/test_daal4py_examples.py @@ -73,7 +73,7 @@ class Config: result_attribute: Union[str, Callable[..., Any]] = "" required_version: Optional[Tuple[Any, ...]] = None req_libs: List[str] = field(default_factory=list) - timeout_cpu_seconds: int = 120 + timeout_cpu_seconds: int = 170 suspended_on: Optional[Tuple[int, int, int]] = None suspended_for_n_days: int = 30