Skip to content

Commit

Permalink
Bump high tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Feb 24, 2024
1 parent a17715c commit 97d94ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract class ClockScreenshotTest {
abstract val device: WearDevice

// generous to allow for mac/linux differences
open val tolerance = 0.01f
open val tolerance = 0.05f

open val roborazziOptions: RoborazziOptions
get() = RoborazziOptions(
Expand Down

0 comments on commit 97d94ad

Please sign in to comment.