Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: inc wait to 10m for token return in perturbation tests
We assert that tokens are returned at the end of the `perturbation/*` roachtests. However, we only waited 5 seconds before failing the assertion. As the comment in this patch suggests, draining a send queue can take longer as the node paces its catchup. In such cases, it is acceptable that tokens are not returned within the lesser duration. Bump this duration to 10 minutes. Fixes: #136297 Release note: None
- Loading branch information