adrienjoly / js-test

💯 Exerciseur / outils d'évaluation d'étudiants -- NOT MAINTAINED ANYMORE
https://js-test-demo.firebaseapp.com/
MIT License
42 stars 9 forks source link

infinite loop from student code should not prevent other tests to run #63

Open adrienjoly opened 4 years ago

adrienjoly commented 4 years ago

i.e. if application.remote._send(null, scoreArray); is run after all the tests, and one of the tests runs the student's code, which runs an infinite loop that causes the sandbox to timeout.