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

Commit 5c857027 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixing flakey tests" into oc-dev

parents 6f5328a2 454a5fc4
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;
        }