Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close timeout increased to 20 seconds (#34999)
CloseOutputAsync_Cancel_Success tests are failing due to 2 reasons: 1. `Assert` expecting the state to be `Aborted`, finds it's `Open` - most frequent 2. Connection gets forcibly terminated on a connect attempt However, the second failure type is not specific to this test because it affects many tests in different types during the same time. Thus, it seems to be an infra issue. This PR fixes only the first failure type by increasing Close operation timeout. Fixes #1725
- Loading branch information