chore(Debug): increase timeout

This commit is contained in:
草鞋没号 2022-08-06 09:53:48 +08:00
parent 2b439adbe4
commit a01107e35c

3
.vscode/launch.json vendored
View File

@ -38,7 +38,8 @@
"name": "Debug Renderer Process",
"port": 9229,
"request": "attach",
"type": "pwa-chrome"
"type": "pwa-chrome",
"timeout": 60000
},
]
}