From a01107e35c836142ff8f923ed6b25829f5d974e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com>
Date: Sat, 6 Aug 2022 09:53:48 +0800
Subject: [PATCH] chore(Debug): increase timeout

---
 .vscode/launch.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 52ac762..3a8ce68 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -38,7 +38,8 @@
       "name": "Debug Renderer Process",
       "port": 9229,
       "request": "attach",
-      "type": "pwa-chrome"
+      "type": "pwa-chrome",
+      "timeout": 60000
     },
   ]
 }