Increase timeout for starting a profile after opening devtools

This commit is contained in:
Ivan Žužak
2015-10-21 12:06:32 +02:00
parent 00740af164
commit 683949b75d

View File

@@ -141,7 +141,7 @@
} else {
currentWindow.openDevTools()
currentWindow.once('devtools-opened', function () {
setTimeout(profile, 100)
setTimeout(profile, 1000)
})
}
}