Shorten the wait time.

Change-Id: I47256e04aa994e5e7f7c517863b7a5c9d9ff8383
This commit is contained in:
Shuhei Iitsuka
2018-06-26 21:03:06 +09:00
parent 26862ebcc7
commit b62368b2e2

View File

@@ -82,7 +82,7 @@ class KeyboardRecorderFromConsole(KeyboardRecorder):
recording = False recording = False
start_time = None start_time = None
last_time = None last_time = None
wait_seconds = 2 wait_seconds = 0.5
data = [] data = []
reset_raw_mode = _set_raw_mode_stdin() reset_raw_mode = _set_raw_mode_stdin()
try: try: