Skip to content

Commit 8479ea8

Browse files
committed
fix(tvm): increase http client timeout
1 parent 2d88e01 commit 8479ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/python/clients/advanced/all_networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async def main() -> None:
126126
print(f"\nMaking request to: {url}\n")
127127

128128
# Make request using async context manager
129-
async with x402HttpxClient(client, timeout=10.0) as http:
129+
async with x402HttpxClient(client, timeout=30.0) as http:
130130
response = await http.get(url)
131131
await response.aread()
132132

0 commit comments

Comments
 (0)