Chameleon: Increase the margin of pixel-diff for digital interfaces to 2

We saw some devices get a small amount of pixels with pixel-diff=2. As it
is a minor issue that an user does not notice, increasing the margin to
2 reduces some random failures.

BUG=chromium:438007
TEST=None, trivial change.

Change-Id: I6d20bba46f3b64e7d0812cda56bd3afd359762ab
Reviewed-on: https://chromium-review.googlesource.com/233346
Tested-by: Wai-Hong Tam <waihong@chromium.org>
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
Commit-Queue: Wai-Hong Tam <waihong@chromium.org>
diff --git a/client/cros/chameleon/screen_utility_factory.py b/client/cros/chameleon/screen_utility_factory.py
index 5e93fd5..eb98a20 100644
--- a/client/cros/chameleon/screen_utility_factory.py
+++ b/client/cros/chameleon/screen_utility_factory.py
@@ -18,7 +18,7 @@
     """
 
     _PIXEL_DIFF_MARGIN_FOR_ANALOG = 30
-    _PIXEL_DIFF_MARGIN_FOR_DIGITAL = 1
+    _PIXEL_DIFF_MARGIN_FOR_DIGITAL = 2
 
     _WRONG_PIXELS_MARGIN_FOR_ANALOG = 0.04  # 4%
     _WRONG_PIXELS_MARGIN_FOR_DIGITAL = 0