We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f123673 commit db109caCopy full SHA for db109ca
1 file changed
tools/pyboard.py
@@ -66,7 +66,7 @@ def read_until(self, min_num_bytes, ending, timeout=10, data_consumer=None):
66
timeout_count += 1
67
if timeout is not None and timeout_count >= 10 * timeout:
68
break
69
- time.sleep(0.1)
+ time.sleep(0.01)
70
return data
71
72
def enter_raw_repl(self):
0 commit comments