Skip to content

Commit 8831a74

Browse files
committed
fix(sources): increase Verra asset search timeout to 10s
1 parent 7e8de9f commit 8831a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc_audit/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Settings(BaseSettings):
3939
TABLE_PREFIX: DbTablePrefix = None
4040

4141
VERRA_ASSET_SEARCH_URL: HttpUrl = HttpUrl("https://registry.verra.org/uiapi/asset/asset/search")
42-
VERRA_ASSET_SEARCH_TIMEOUT: int = 8 # seconds
42+
VERRA_ASSET_SEARCH_TIMEOUT: int = 10 # seconds
4343
VERRA_REPORT_URL: HttpUrl = HttpUrl("https://registry.verra.org/mymodule/rpt/myRpt.asp")
4444

4545
HORIZON_URL: HttpUrl = HttpUrl("https://horizon.stellar.org")

0 commit comments

Comments
 (0)