max_time_ms.js was modified to accept "InternalError" as part of SERVER-35514, because interrupting Javascript execution on the server with a stepdown or timeout may cause that error code. Interrupting javascript execution may also result in an "Interrupted" error code, so we should extend the test to tolerate that as well.