Skip to content

Commit

Permalink
Fix event polling issues related to #38. Increasing timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed Aug 23, 2023
1 parent 9fbef54 commit de9f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tractography.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"metadata": {},
"outputs": [],
"source": [
"timeout = 10\n",
"timeout = 60\n",
"start = time()\n",
"i = 1\n",
"with ui_events() as poll:\n",
Expand Down

0 comments on commit de9f4f5

Please sign in to comment.