We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d88e01 commit 8479ea8Copy full SHA for 8479ea8
1 file changed
examples/python/clients/advanced/all_networks.py
@@ -126,7 +126,7 @@ async def main() -> None:
126
print(f"\nMaking request to: {url}\n")
127
128
# Make request using async context manager
129
- async with x402HttpxClient(client, timeout=10.0) as http:
+ async with x402HttpxClient(client, timeout=30.0) as http:
130
response = await http.get(url)
131
await response.aread()
132
0 commit comments