Closed
Description
What problem are you trying to solve?
Today the value for DEFAULT_REQUEST_TIMEOUT
is hardcoded in the constants file. There are instances during debugging where configuring the value for DEFAULT_REQUEST_TIMEOUT
can prevent a TimeoutError
from occurring that interrupts debugging.
What's your suggested solution?
No response
Examples (if relevant)
No response
Is anything blocking this from being implemented? (if relevant)
No response
Definition of Done
- Make it possible to set this value
- Document this setting