js-test icon indicating copy to clipboard operation
js-test copied to clipboard

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

Open adrienjoly opened this issue 4 years ago • 0 comments

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.

adrienjoly avatar Apr 03 '20 16:04 adrienjoly