chore: make async tests fail faster

This commit is contained in:
Misko Hevery 2015-01-23 14:02:32 -08:00
parent 737914061f
commit b78c1252e5
1 changed files with 1 additions and 0 deletions

View File

@ -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.