How can I get this test to pass without resorting to runs/waitsFor blocks?
it(\"cannot change timeout\", function(done) { request(\"http://localhost:30
Adding: jasmine.DEFAULT_TIMEOUT_INTERVAL = yourTime; on a helper file worked for me.
jasmine.DEFAULT_TIMEOUT_INTERVAL = yourTime;