Skip to content

Stub retryable http values in tests

Igor Drozdov requested to merge id-improve-retryable-tests into main

Currently, the default values are used for retryable HTTP. That's why a test waits for 1 second minimum to retry a request. The client test takes 25 seconds to execute as a result. When we stub the value to 1 millisecond instead, we get 0.5s of execution.

Merge request reports