Skip to content

Commit ba65390

Browse files
authored
Merge pull request #361 from PolicyEngine/fix/full-api-integ-test-timeout
fix: Increase full API integration test timeout to 120s
2 parents f94570f + 93cfea0 commit ba65390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/policyengine-apis-integ/tests/full/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Settings(BaseSettings):
88
base_url: str = "http://localhost:8081"
99
access_token: str | None = None
10-
timeout_in_millis: int = 2_000
10+
timeout_in_millis: int = 120_000
1111

1212
model_config = SettingsConfigDict(env_prefix="full_integ_test_")
1313

0 commit comments

Comments
 (0)