Skip to content

Commit b61707d

Browse files
Document finite timeout and polling constraints
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 74184c3 commit b61707d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ with Hyperbrowser(
6262
```
6363

6464
> 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).
65+
> `timeout` may be provided to client constructors and must be finite and non-negative (`None` disables request timeouts).
6666
6767
## Clients
6868

@@ -124,6 +124,8 @@ These methods now support explicit polling controls:
124124
- `max_wait_seconds` (default `600.0`)
125125
- `max_status_failures` (default `5`)
126126

127+
Timing values must be finite, non-negative numbers.
128+
127129
Example:
128130

129131
```python

0 commit comments

Comments
 (0)