Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable timeout on browser process connection
This commit modifies the browser connecting process to not pass a context with timeout to the browser process implementation so its closing handler is not triggered after the set timeout. Currently this was done using as timeout the value set for the browser.timeout option, which should serve a different purpose.
- Loading branch information