Adjust debugger timeout threshold
This commit is contained in:
parent
fc546bf7ef
commit
ae50a4f5c4
|
@ -2160,7 +2160,7 @@ export default {
|
||||||
|
|
||||||
// Also launch an interval to test for dev tools being open.
|
// Also launch an interval to test for dev tools being open.
|
||||||
let inter = setInterval(() => {
|
let inter = setInterval(() => {
|
||||||
const minimumTimeout = 100,
|
const minimumTimeout = 400,
|
||||||
before = new Date().getTime();
|
before = new Date().getTime();
|
||||||
|
|
||||||
if (this.connected && !this.isOp) {
|
if (this.connected && !this.isOp) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user