Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gamma tests: redistribute startTestClient wait times (#25)
When we added the active ADS check in front of the client-server connection check, but we didn't consider where GAMMA test client spends the majority of its time: `GammaXdsKubernetesTestCase.startTestClient` had `wait_for_server_channel_ready_timeout` set to 10 minutes before `wait_for_active_ads_timeout` check existed, but actual increased wait happens in `wait_for_active_ads_timeout`. This would cause some of the CSM failures being misclassified as b/296293582 Timeout establishing ADS stream due to IAM/Workload Identity propagation delay.
- Loading branch information