Loading tests/src/com/android/launcher3/util/Wait.java +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ public class Wait { return; } } catch (Throwable t) { // Ignore throw new RuntimeException(t); } SystemClock.sleep(sleepMillis); } Loading @@ -34,7 +34,7 @@ public class Wait { return; } } catch (Throwable t) { // Ignore throw new RuntimeException(t); } Assert.fail(message); } Loading Loading
tests/src/com/android/launcher3/util/Wait.java +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ public class Wait { return; } } catch (Throwable t) { // Ignore throw new RuntimeException(t); } SystemClock.sleep(sleepMillis); } Loading @@ -34,7 +34,7 @@ public class Wait { return; } } catch (Throwable t) { // Ignore throw new RuntimeException(t); } Assert.fail(message); } Loading