PremierLangage / premierlangage

Server for auto-evaluating exercices
Other
18 stars 9 forks source link

[BUG] No feedback on timeout #545

Open NewMeeh opened 12 months ago

NewMeeh commented 12 months ago

Description

When you answer a code exercise and validate a code white an infinite loop theres no error showing, it just appears like nothing appended.

Expected behavior

It should display an error telling that the sandbox timedout.

How to reproduce

Steps to reproduce the behavior:

  1. go to pl.u-pem.fr
  2. enter
    while True:
    pass
  3. click on "Valider"