nyan: Decrease ec_boot_to_console override further

300ms was a bit too conservative, it seems. The EC's "Console
is enabled" message shows up at around 120ms, but the AP begins
vboot init at around 324ms. So commands like "reboot ap-off" need
to be entered even sooner to avoid contending with vboot.

BUG=chrome-os-partner:29200
TEST=firmware_RecoveryButton succeeds more reliably on Nyan

Change-Id: Ie973f034023d22f0300c3d12154b1577ec65c6e1
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/201720
Reviewed-by: Vic Yang <victoryang@chromium.org>
diff --git a/server/cros/faft/config/nyan.py b/server/cros/faft/config/nyan.py
index b852189..fec280a 100644
--- a/server/cros/faft/config/nyan.py
+++ b/server/cros/faft/config/nyan.py
@@ -10,4 +10,4 @@
     software_sync_update = 6
     chrome_ec = True
     ec_capability = ['battery', 'charging', 'keyboard', 'arm', 'lid']
-    ec_boot_to_console = 0.3
+    ec_boot_to_console = 0.2