blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

Prompt to force stop long execution #110

Closed acbart closed 3 years ago

acbart commented 3 years ago

Currently, users can either disable or enable timeouts. In addition to setting a timeout length (both for instructor and student code), we really need a way to let users "wait a little longer" on a long running program. I'm thinking you get the options "Force stop now", "Wait 3 more seconds", "Wait 10 more seconds", "Wait until done".