Skip to content

Commit

Permalink
[balancergroup_leak_child] c1
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Mar 31, 2021
1 parent 8de7513 commit 99658c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/balancer/balancergroup/balancergroup_test.go
Expand Up @@ -960,7 +960,7 @@ func (s) TestBalancerGroup_CloseStopsBalancerInCache(t *testing.T) {
// Immediately close balancergroup, before the cache timeout
bg.Close()

// Make sure the remove child balancer is closed.
// Make sure the removed child balancer is closed eventually.
select {
case <-closed:
case <-time.After(time.Second * 2):
Expand Down

0 comments on commit 99658c4

Please sign in to comment.