diff --git a/pyproject.toml b/pyproject.toml index 41d760d2..30b65713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,3 +3,5 @@ log_cli = true log_cli_level = "INFO" log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" log_cli_date_format = "%Y-%m-%d %H:%M:%S" +[pytest] +timeout = 300