Skip to content

Commit

Permalink
Fix timeout to be what it was before. 10 seconds isn't long enough (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Nov 11, 2019
1 parent b79a503 commit 5a689a3
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 @@ -1513,7 +1513,7 @@
},
"python.dataScience.jupyterLaunchTimeout": {
"type": "number",
"default": 10000,
"default": 60000,
"description": "Amount of time (in ms) to wait for the Jupyter Notebook server to start.",
"scope": "resource"
},
Expand Down

0 comments on commit 5a689a3

Please sign in to comment.