From 66f4ad296a254087f58ce9824ff34fc815e2801c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 15 Jul 2022 11:07:46 -0700 Subject: [PATCH] Lower match level on clocks_timer_finished needle We got a 95% match in the F36 respin test. Signed-off-by: Adam Williamson --- needles/gnome/apps/clocks/clocks_timer_finished.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/needles/gnome/apps/clocks/clocks_timer_finished.json b/needles/gnome/apps/clocks/clocks_timer_finished.json index c6db8fdd..8e9c6ab5 100644 --- a/needles/gnome/apps/clocks/clocks_timer_finished.json +++ b/needles/gnome/apps/clocks/clocks_timer_finished.json @@ -5,11 +5,12 @@ "ypos": 49, "width": 78, "height": 27, - "type": "match" + "type": "match", + "match": 92 } ], "properties": [], "tags": [ "clocks_timer_finished" ] -} \ No newline at end of file +}