()
| 4381 | start = time.time() |
| 4382 | |
| 4383 | def duration(): |
| 4384 | return time.time() - start |
| 4385 | |
| 4386 | # This test is timing dependent. There is no signal from the C++ |
| 4387 | # when backpressure has been hit. We don't know exactly when |
no test coverage detected