Skip to content

Commit 6f1caaf

Browse files
authored
Increase server start timeout (#7788)
2 parents 37ac520 + 91d0e50 commit 6f1caaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@
14331433
"dotnet.server.startTimeout": {
14341434
"type": "number",
14351435
"scope": "machine-overridable",
1436-
"default": 30000,
1436+
"default": 120000,
14371437
"description": "%configuration.dotnet.server.startTimeout%"
14381438
},
14391439
"dotnet.server.waitForDebugger": {

0 commit comments

Comments
 (0)