diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b78adc72f..bee6d1b5e8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -67,15 +67,15 @@ "name": "Launch azuredatastudio", "windows": { "runtimeExecutable": "${workspaceFolder}/scripts/sql.bat", - "timeout": 20000 + "timeout": 45000 }, "osx": { "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh", - "timeout": 20000 + "timeout": 45000 }, "linux": { "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh", - "timeout": 20000 + "timeout": 45000 }, "env": { "VSCODE_EXTHOST_WILL_SEND_SOCKET": null