This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939import com .google .api .gax .grpc .GaxGrpcProperties ;
4040import com .google .api .gax .grpc .GrpcCallContext ;
4141import com .google .api .gax .grpc .GrpcTransportChannel ;
42- import com .google .api .gax .retrying .RetrySettings ;
4342import com .google .api .gax .rpc .FailedPreconditionException ;
4443import com .google .api .gax .rpc .FixedTransportChannelProvider ;
4544import com .google .api .gax .rpc .InstantiatingWatchdogProvider ;
@@ -709,7 +708,8 @@ public void testCallContextPropagatedInMutationBatcher()
709708 contextInterceptor .contexts .clear ();
710709
711710 // Override the timeout
712- GrpcCallContext clientCtx = GrpcCallContext .createDefault ().withTimeout (Duration .ofMinutes (10 ));
711+ GrpcCallContext clientCtx =
712+ GrpcCallContext .createDefault ().withTimeout (Duration .ofMinutes (10 ));
713713
714714 // Send a batch
715715 try (Batcher <RowMutationEntry , Void > batcher =
@@ -738,7 +738,8 @@ public void testCallContextPropagatedInReadBatcher()
738738 contextInterceptor .contexts .clear ();
739739
740740 // Override the timeout
741- GrpcCallContext clientCtx = GrpcCallContext .createDefault ().withTimeout (Duration .ofMinutes (10 ));
741+ GrpcCallContext clientCtx =
742+ GrpcCallContext .createDefault ().withTimeout (Duration .ofMinutes (10 ));
742743
743744 // Send a batch
744745 try (Batcher <ByteString , Row > batcher =
You can’t perform that action at this time.
0 commit comments