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

Commit 49035cc1 authored by Tyler Freeman's avatar Tyler Freeman
Browse files

fix(non linear font scaling): fix flaky test timing out

Reduce number of test steps to hopefully avoid timing out.

Fix: 391935337
Flag: EXEMPT test

Change-Id: Ie37343003ab346c27b8d8e3513bfe1ba01cacdf5
parent 0af50eb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ class FontScaleConverterFactoryTest {
            .fuzzFractions()
            .mapNotNull{ FontScaleConverterFactory.forScale(it) }
            .flatMap{ table ->
                generateSequenceOfFractions(-2000f..2000f, step = 0.1f)
                generateSequenceOfFractions(-20f..100f, step = 0.1f)
                    .fuzzFractions()
                    .map{ Pair(table, it) }
            }