diff --git a/static/index.js b/static/index.js index 9bd1f7b20..927c25266 100644 --- a/static/index.js +++ b/static/index.js @@ -141,7 +141,7 @@ } else { currentWindow.openDevTools() currentWindow.once('devtools-opened', function () { - setTimeout(profile, 100) + setTimeout(profile, 1000) }) } }