Skip to content

Commit

Permalink
Try to lengthen timeout for examples/pitch_manipulation.ipynb workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Mar 18, 2024
1 parent c2349a8 commit ef431ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/pitch_manipulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"source": [
"# Workaround deadlock with ipywidgets.interact and IPython.display.Audio (https://github.com/jupyter/nbconvert/issues/2029)\n",
"import time\n",
"time.sleep(2)"
"time.sleep(5)"
]
}
],
Expand Down

0 comments on commit ef431ec

Please sign in to comment.