mirror of
https://github.com/signalapp/Signal-Server
synced 2026-05-01 06:50:55 +01:00
Don't print intermediate status when running SimultaneousSenderTest.
This commit is contained in:
committed by
Jon Chambers
parent
dcec02412d
commit
cd4b85b0b5
@@ -47,10 +47,8 @@ public class SimultaneousSenderTest {
|
||||
results.add(sender.send(Message.newBuilder().withDestination("1").build()));
|
||||
}
|
||||
|
||||
int i=0;
|
||||
for (CompletableFuture<Result> future : results) {
|
||||
Result result = future.get(60, TimeUnit.SECONDS);
|
||||
System.out.println("Got " + (i++));
|
||||
|
||||
if (!result.isSuccess()) {
|
||||
throw new AssertionError(result.getError());
|
||||
|
||||
Reference in New Issue
Block a user