We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef5ffb commit 2172d6dCopy full SHA for 2172d6d
README.md
@@ -90,6 +90,11 @@ a `null`, value:
90
If the scenario file is not being provided, the scale tests will try to auto-evaluate candidate documents. However, this
91
is not reproducible, and should only be used for local testing.
92
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
98
## Memory profiling with heaptrack
99
100
* Install [heaptrack](https://github.com/KDE/heaptrack)
0 commit comments