Skip to content

Commit

Permalink
MNT increase tests timeout to 170 (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei authored Oct 2, 2024
1 parent a14c559 commit 2c73bb8
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 @@ -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

Expand Down

0 comments on commit 2c73bb8

Please sign in to comment.