Modify existing tests for changes finger suppression

Minor changes to regression test to reflect stationary finger
suppression applied to eve board.

BUG=None
TEST=None
CQ-DEPEND=CL:881645,CL:881645

Change-Id: Ibd53cbb2580537ac987cf316d4c19eafc2ef2766
Reviewed-on: https://chromium-review.googlesource.com/911890
Commit-Ready: Sean O'Brien <seobrien@chromium.org>
Tested-by: Sean O'Brien <seobrien@chromium.org>
Reviewed-by: Andrew de los Reyes <adlr@chromium.org>
diff --git a/tests/eve-1.0/palm_rejection.py b/tests/eve-1.0/palm_rejection.py
index b4ce548..a645216 100644
--- a/tests/eve-1.0/palm_rejection.py
+++ b/tests/eve-1.0/palm_rejection.py
@@ -21,7 +21,7 @@
     MotionValidator("> 50"),
     ButtonDownValidator(1),
     ButtonUpValidator(1),
-    MotionValidator("> 450"),
+    MotionValidator("> 400"),
   ]
   fuzzy.unexpected = [
     FlingStopValidator("<60"),
diff --git a/tests/eve-1.0/tap_should_click_1.py b/tests/eve-1.0/tap_should_click_1.py
index 3695c62..d1e1edd 100644
--- a/tests/eve-1.0/tap_should_click_1.py
+++ b/tests/eve-1.0/tap_should_click_1.py
@@ -9,6 +9,8 @@
   fuzzy.expected = [
     ButtonDownValidator(1),
     ButtonUpValidator(1),
+    ButtonDownValidator(1),
+    ButtonUpValidator(1),
   ]
   fuzzy.unexpected = [
     MotionValidator("<10"),