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

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

Merge "Fixing flakey tests" into oc-dev

am: 5c857027

Change-Id: I333afa8df38c565e75ef660b54b18b44e2e1414d
parents ef40fb33 5c857027
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;
        }