is my timeout not being honored for some reason? #2954
sickmint79
started this conversation in
General
Replies: 1 comment 7 replies
-
|
If you check the docs closely https://requests.readthedocs.io/en/latest/user/advanced/#timeouts it says ”Specifically, it’s the number of seconds that the client will wait between bytes sent from the server. In 99.9% of cases, this is the time before the server sends the first byte”. its kind of weird but could explain what happened.. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in my
class testUser(FastHttpUser):i have
however my responses exceed 50ms, and i am collecting metadata in my responses (like how long it took to read an underlying table) and i have found this includes results with 500ms reads. so it feels like my timeout is not being honored, however the code seems correct? i am quite confused.
as a total aside, i'm wondering if this works for giving my users a random seed:
Beta Was this translation helpful? Give feedback.
All reactions