We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f94570f + 93cfea0 commit ba65390Copy full SHA for ba65390
projects/policyengine-apis-integ/tests/full/conftest.py
@@ -7,7 +7,7 @@
7
class Settings(BaseSettings):
8
base_url: str = "http://localhost:8081"
9
access_token: str | None = None
10
- timeout_in_millis: int = 2_000
+ timeout_in_millis: int = 120_000
11
12
model_config = SettingsConfigDict(env_prefix="full_integ_test_")
13
0 commit comments