8000 Increasing timeout · arduino/micropython.js@24d1bfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 24d1bfc

Browse files
committed
Increasing timeout
1 parent dbc11bf commit 24d1bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micropython.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ class MicroPythonBoard {
114114
}
115115

116116
async get_prompt() {
117-
await sleep(100)
117+
await sleep(150)
118118
await this.stop()
119-
await sleep(100)
119+
await sleep(150)
120120
const out = await this.write_and_read_until(`\r\x03\x02`, '\r\n>>>')
121121
return Promise.resolve(out)
122122
}

0 commit comments

Comments
 (0)
0