Skip to content
Snippets Groups Projects
Commit a8ae3fdb authored by Mariusz Trela's avatar Mariusz Trela
Browse files

Increase timeout when beekeeper starts

parent 70eec788
No related branches found
No related tags found
No related merge requests found
Pipeline #116497 passed
...@@ -22,7 +22,7 @@ class Settings(HandleSettings): ...@@ -22,7 +22,7 @@ class Settings(HandleSettings):
WORKING_DIRECTORY: ClassVar[Path] = Path.cwd() WORKING_DIRECTORY: ClassVar[Path] = Path.cwd()
PROPAGATE_SIGINT: ClassVar[bool] = True PROPAGATE_SIGINT: ClassVar[bool] = True
CLOSE_TIMEOUT: ClassVar[timedelta] = timedelta(seconds=10.0) CLOSE_TIMEOUT: ClassVar[timedelta] = timedelta(seconds=10.0)
INITIALIZATION_TIMEOUT: ClassVar[timedelta] = timedelta(seconds=5.0) INITIALIZATION_TIMEOUT: ClassVar[timedelta] = timedelta(seconds=30.0)
working_directory: Path | None = None working_directory: Path | None = None
"""Path, where beekeeper binary will store all it's data and logs.""" """Path, where beekeeper binary will store all it's data and logs."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment