sui_v1.6.0_1689121840_ci
## Description Bench driver only terminates when a response comes back (it checks for duration elapsed only in the response handler). However, quorum driver has internal retries with exponential backoff and a response may not even come back or come very late when there are errors. We can fix the above by checking for duration elapsed in request tick handler. ## Test Plan Existing tests