rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
13 stars 9 forks source link

Increase the timeout for debug protocol control #134

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

For larger apps, it takes longer than 5 seconds to finish parsing and compiling the app. We need to increase our timeout as well. Ideally this would be configurable, but in the short term, just double the timeout length.