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

Commit e25ef515 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

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

Change-Id: I603df4f38c9cdcabc871733b58fb74c031e47b60
parents da71346d b2c8a4a0
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) {
            }
        }