From b78c1252e5edc0fc2455c2ae4f02bc3b81171fc4 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 23 Jan 2015 14:02:32 -0800 Subject: [PATCH] chore: make async tests fail faster --- test-main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test-main.js b/test-main.js index e8b59743c5..fad4c8574e 100644 --- a/test-main.js +++ b/test-main.js @@ -2,6 +2,7 @@ // That's what Traceur outputs: `System.register()`. register(System); +jasmine.DEFAULT_TIMEOUT_INTERVAL = 50; // Cancel Karma's synchronous start, // we will call `__karma__.start()` later, once all the specs are loaded.