Skip to content

Commit 410fb45

Browse files
squash
1 parent 4327b3d commit 410fb45

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/spec/client-backpressure/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Drivers should test that retries do not occur immediately when a SystemOverloade
5050
5. Execute step 3 again.
5151

5252
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.
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.

0 commit comments

Comments
 (0)