Skip to content

Commit

Permalink
xds/internal/server: stop using a fake xDS client in rds handler tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored Oct 6, 2023
1 parent 61ee14c commit eb33677
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 257 deletions.
2 changes: 1 addition & 1 deletion xds/internal/server/listener_wrapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
fakeListenerHost = "0.0.0.0"
fakeListenerPort = 50051
testListenerResourceName = "lds.target.1.2.3.4:1111"
defaultTestTimeout = 1 * time.Second
defaultTestTimeout = 10 * time.Second
defaultTestShortTimeout = 10 * time.Millisecond
)

Expand Down
Loading

0 comments on commit eb33677

Please sign in to comment.