Skip to content

Commit

Permalink
xdsclient: fix test build breakage (#7710)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored Oct 8, 2024
1 parent f17ea7d commit 5f178a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xds/internal/xdsclient/transport/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func Test(t *testing.T) {
grpctest.RunSubTests(t, s{})
}

const defaultTestTimeout = 10 * time.Second

var noopRecvHandler = func(_ transport.ResourceUpdate, onDone func()) error {
onDone()
return nil
Expand Down

0 comments on commit 5f178a8

Please sign in to comment.