We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74184c3 commit b61707dCopy full SHA for b61707d
1 file changed
README.md
@@ -62,7 +62,7 @@ with Hyperbrowser(
62
```
63
64
> If you pass `config=...`, do not also pass `api_key`, `base_url`, or `headers`.
65
-> `timeout` may be provided to client constructors and must be non-negative (`None` disables request timeouts).
+> `timeout` may be provided to client constructors and must be finite and non-negative (`None` disables request timeouts).
66
67
## Clients
68
@@ -124,6 +124,8 @@ These methods now support explicit polling controls:
124
- `max_wait_seconds` (default `600.0`)
125
- `max_status_failures` (default `5`)
126
127
+Timing values must be finite, non-negative numbers.
128
+
129
Example:
130
131
```python
0 commit comments