simple_3f_swipe is updated to match the new default parameters

The default value of three_finger_swipe_distance_thresh_ is changed
from 1.0 to 2.0 to make sure that 3-finger swipe is not detected
instead of a 4-finger swipe. As a result, the 3-finger swipe gestures
might start a bit late.

BUG=none
TEST=none

Change-Id: Ic62ae7cd6ae4ef988fb3150215246340b66746af
Reviewed-on: https://chromium-review.googlesource.com/329325
Commit-Ready: Amirhossein Simjour <asimjour@chromium.org>
Tested-by: Amirhossein Simjour <asimjour@chromium.org>
Reviewed-by: Andrew de los Reyes <adlr@chromium.org>
diff --git a/tests/link/simple_3f_swipe.py b/tests/link/simple_3f_swipe.py
index c956411..529cfb4 100644
--- a/tests/link/simple_3f_swipe.py
+++ b/tests/link/simple_3f_swipe.py
@@ -19,11 +19,11 @@
   fuzzy.expected = [
     SwipeValidator(x="==1695 ~ 400"),
     SwipeLiftValidator(),
-    SwipeValidator(x="==1242 ~ 400"),
+    SwipeValidator(x="==1223 ~ 400"),
     SwipeLiftValidator(),
-    SwipeValidator(y="==1664 ~ 400"),
+    SwipeValidator(y="==1657 ~ 400"),
     SwipeLiftValidator(),
-    SwipeValidator(y="==1562 ~ 400"),
+    SwipeValidator(y="==1554 ~ 400"),
     SwipeLiftValidator(),
   ]
   fuzzy.unexpected = [