Running mocha tests manually one can override the default timeout of 2000ms by specifying
--timeout 5000. I don't see how I can achieve this using the Karma runner. Am I missing something?
I know I can manually override timeouts in each test, but that won't do here. Usually I set a timeout of 100ms in each unit test to catch logic that should run instantaneous, but on our slow Amazon server I have to filter away all timeouts using sed before running the tests. Unfortunately, some of the slow tests, especially ones running on Browserstack, can use more than 2 seconds, so I would like to specify a default of ten seconds or more.