Skip to content

Commit de74587

Browse files
committed
Speedup notebook execution
This notebooks runs in CI so avoid running for 60 sec
1 parent 56dd10b commit de74587

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/examples/driver_examples/Qcodes example with Cryomagnetics TM-620.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@
8787
"\n",
8888
"# Example usage:\n",
8989
"plot_temperature_over_time(\n",
90-
" tm620, 60\n",
91-
") # plot for 60 seconds while setting the field to 1 T"
90+
" tm620, 3\n",
91+
") # plot for 3 seconds while setting the field to 1 T\n",
92+
"# In real usage, you would probably run this for longer but we keep it short here for demonstration purposes."
9293
]
9394
},
9495
{

0 commit comments

Comments
 (0)