Open NFontrodona opened 1 week ago
When creating an exercise, putting #| timelimit: 3 doesn't have any effect, the code still runs forever.
#| timelimit: 3
#| exercise: ex_1_py #| timelimit: 3 while True: a = 1
The code runs forever
Thanks for reporting!
Working under webR but not under Pyodide. Looks like we just need to add the interruption logic.
When creating an exercise, putting
#| timelimit: 3
doesn't have any effect, the code still runs forever.Example
The code runs forever