fw-testing-configs: Reduce keypress delay to 200ms

Since there are lots of keypresses in firmware_MenuModeTransition, to
speed up the test, reduce the default 'keypress_delay' from 3 to 0.2
seconds, which should be enough for most devices.

BUG=none
TEST=firmware_FAFTModeTransitions.all_single passed on Juniper
     (keyboard_dev_switcher)
TEST=firmware_MenuModeTransition passed on Krane
     (tablet_detachable_switcher)
TEST=firmware_MenuModeTransition passed on Hayato (menu_switcher)

Change-Id: Ife8f185a02cbfb0005e96691fbedd2d9d74d0ead
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/fw-testing-configs/+/2714190
Tested-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Greg Edelston <gredelston@google.com>
Commit-Queue: Yu-Ping Wu <yupingso@chromium.org>
diff --git a/CONSOLIDATED.json b/CONSOLIDATED.json
index 70db8c4..5473405 100644
--- a/CONSOLIDATED.json
+++ b/CONSOLIDATED.json
@@ -48,7 +48,7 @@
 		"delay_powerinfo_stable.DOC": "Delay between AP power-on and when powerinfo is stable. Some CPUs have an internal reset that transitions through different power states.",
 		"delay_reboot_to_ping": 30,
 		"delay_reboot_to_ping.DOC": "Delay between reboot and first ping response from the DUT. When this times out, it indicates we're stuck at a firmware screen. Hence, bypass action has to be taken if we want to proceed.",
-		"keypress_delay": 3,
+		"keypress_delay": 0.2,
 		"keypress_delay.DOC": "Delay between keypresses in firmware screen",
 		"dev_screen_timeout": 30,
 		"dev_screen_timeout.DOC": "The developer screen timeout fits our spec",
diff --git a/DEFAULTS.json b/DEFAULTS.json
index fa1565a..b4b0429 100644
--- a/DEFAULTS.json
+++ b/DEFAULTS.json
@@ -71,7 +71,7 @@
     "delay_reboot_to_ping": 30,
     "delay_reboot_to_ping.DOC": "Delay between reboot and first ping response from the DUT. When this times out, it indicates we're stuck at a firmware screen. Hence, bypass action has to be taken if we want to proceed.",
 
-    "keypress_delay": 3,
+    "keypress_delay": 0.2,
     "keypress_delay.DOC": "Delay between keypresses in firmware screen",
 
     "dev_screen_timeout": 30,