Skip to content

Commit

Permalink
Increase server start timeout (#7788)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet authored Nov 14, 2024
2 parents 37ac520 + 91d0e50 commit 6f1caaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@
"dotnet.server.startTimeout": {
"type": "number",
"scope": "machine-overridable",
"default": 30000,
"default": 120000,
"description": "%configuration.dotnet.server.startTimeout%"
},
"dotnet.server.waitForDebugger": {
Expand Down

0 comments on commit 6f1caaf

Please sign in to comment.