Skip to content

Commit 2172d6d

Browse files
committed
docs: add a note on the request timeout
1 parent 3ef5ffb commit 2172d6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ a `null`, value:
9090
If the scenario file is not being provided, the scale tests will try to auto-evaluate candidate documents. However, this
9191
is not reproducible, and should only be used for local testing.
9292

93+
## Request timeouts
94+
95+
To prevent calls from failing due to timeouts, it is possible to use `REQUEST_TIMEOUT` with a humantime format
96+
(`1s`, `1m` = "60 seconds"). The default is `5m`.
97+
9398
## Memory profiling with heaptrack
9499

95100
* Install [heaptrack](https://github.com/KDE/heaptrack)

0 commit comments

Comments
 (0)