js-test
js-test copied to clipboard
infinite loop from student code should not prevent other tests to run
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.