Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0a96399 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixing flakey tests" into oc-dev am: 5c857027

am: df16d9ba

Change-Id: I05922b665e6c737e7212223124a6f7f9bfb06da2
parents 6298fba5 df16d9ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public class NotificationInflaterTest {
            }
        });
        block.run();
        countDownLatch.await(5, java.util.concurrent.TimeUnit.SECONDS);
        countDownLatch.await();
        if (exceptionHolder.mException != null) {
            throw exceptionHolder.mException;
        }