File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
java-spanner/google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737import io .grpc .ServerInterceptor ;
3838import io .grpc .netty .shaded .io .grpc .netty .NettyServerBuilder ;
3939import java .net .InetSocketAddress ;
40+ import java .util .ArrayList ;
4041import java .util .Arrays ;
4142import java .util .Collection ;
42- import java .util .ArrayList ;
4343import java .util .Deque ;
4444import java .util .List ;
4545import java .util .Set ;
@@ -241,8 +241,7 @@ public void testUsesAllChannels() throws Exception {
241241 }));
242242 }
243243 assertTrue (
244- "Timed out while preparing concurrent transactions" ,
245- ready .await (10 , TimeUnit .SECONDS ));
244+ "Timed out while preparing concurrent transactions" , ready .await (10 , TimeUnit .SECONDS ));
246245 start .countDown ();
247246 for (Future <?> future : futures ) {
248247 future .get (20 , TimeUnit .SECONDS );
You can’t perform that action at this time.
0 commit comments