We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4327b3d commit 410fb45Copy full SHA for 410fb45
1 file changed
test/spec/client-backpressure/README.md
@@ -50,8 +50,8 @@ Drivers should test that retries do not occur immediately when a SystemOverloade
50
5. Execute step 3 again.
51
52
6. Compare the two time between the two runs.
53
- ```python
54
- assertTrue(with_backoff_time - no_backoff_time >= 2.1)
55
- ```
56
- The sum of 5 backoffs is 3.1 seconds. There is a 1-second window to account for potential variance between the two
57
- runs.
+ ```python
+ assertTrue(with_backoff_time - no_backoff_time >= 2.1)
+ ```
+ The sum of 5 backoffs is 3.1 seconds. There is a 1-second window to account for potential variance between the two
+ runs.
0 commit comments