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

Commit 4ee7a8c8 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Make QS tile lifecycle tests less flaky (hopefully)" into nyc-dev am: b2c8a4a0

am: e25ef515

* commit 'e25ef515':
  Make QS tile lifecycle tests less flaky (hopefully)

Change-Id: I233c5d821330aa85f7206b789e437e6fc083c73a
parents c60d3030 e25ef515
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ public class TileLifecycleManagerTests extends AndroidTestCase {
    }

    private void waitForCallback(String callback) {
        for (int i = 0; i < 25; i++) {
        for (int i = 0; i < 50; i++) {
            if (mCallbacks.contains(callback)) {
                mCallbacks.remove(callback);
                return;
@@ -229,7 +229,7 @@ public class TileLifecycleManagerTests extends AndroidTestCase {
                }
            });
            try {
                lock.wait(5000);
                lock.wait(10000);
            } catch (InterruptedException e) {
            }
        }