How can I get this test to pass without resorting to runs/waitsFor blocks?
it(\"cannot change timeout\", function(done) { request(\"http://localhost:30
In Angular, put this outside your describe block:
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
This applies to all the tests in the .spec.ts file