Skip to content

Commit 3d5ce5a

Browse files
committed
Fix timeout to be what it was before. 10 seconds isn't long enough
1 parent b0e8994 commit 3d5ce5a

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
@@ -1513,7 +1513,7 @@
15131513
},
15141514
"python.dataScience.jupyterLaunchTimeout": {
15151515
"type": "number",
1516-
"default": 10000,
1516+
"default": 60000,
15171517
"description": "Amount of time (in ms) to wait for the Jupyter Notebook server to start.",
15181518
"scope": "resource"
15191519
},

0 commit comments

Comments
 (0)