We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a689dc commit b695a7fCopy full SHA for b695a7f
interop/test_utils.go
@@ -655,7 +655,8 @@ func DoPickFirstUnary(tc testgrpc.TestServiceClient) {
655
Payload: pl,
656
FillServerId: true,
657
}
658
- ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
+ // TODO(mohanli): Revert the timeout back to 10s once TD migrates to xdstp.
659
+ ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
660
defer cancel()
661
var serverID string
662
for i := 0; i < rpcCount; i++ {
0 commit comments