mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
make posthog default timeout 2 seconds (#4842)
Some checks failed
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Run tests and pre-commit / Run tests and pre-commit hooks (push) Failing after 14s
Auto Create GitHub Release on Version Change / check-version-change (push) Successful in 2m8s
Publish Fern Docs / run (push) Failing after 5s
Build Skyvern SDK and publish to PyPI / check-version-change (push) Successful in 1m50s
Auto Create GitHub Release on Version Change / create-release (push) Has been skipped
Run tests and pre-commit / Frontend Lint and Build (push) Successful in 4m53s
Some checks failed
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Run tests and pre-commit / Run tests and pre-commit hooks (push) Failing after 14s
Auto Create GitHub Release on Version Change / check-version-change (push) Successful in 2m8s
Publish Fern Docs / run (push) Failing after 5s
Build Skyvern SDK and publish to PyPI / check-version-change (push) Successful in 1m50s
Auto Create GitHub Release on Version Change / create-release (push) Has been skipped
Run tests and pre-commit / Frontend Lint and Build (push) Successful in 4m53s
This commit is contained in:
parent
b15f1767f3
commit
ddfb558cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ LOG = structlog.get_logger(__name__)
|
|||
|
||||
|
||||
def _build_posthog_client(api_key: str, host: str) -> Posthog:
|
||||
return Posthog(api_key, host=host, disable_geoip=False)
|
||||
return Posthog(api_key, host=host, disable_geoip=False, timeout=2)
|
||||
|
||||
|
||||
posthog = _build_posthog_client(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue