chore: make async tests fail faster
This commit is contained in:
parent
737914061f
commit
b78c1252e5
|
@ -2,6 +2,7 @@
|
||||||
// That's what Traceur outputs: `System.register()`.
|
// That's what Traceur outputs: `System.register()`.
|
||||||
register(System);
|
register(System);
|
||||||
|
|
||||||
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50;
|
||||||
|
|
||||||
// Cancel Karma's synchronous start,
|
// Cancel Karma's synchronous start,
|
||||||
// we will call `__karma__.start()` later, once all the specs are loaded.
|
// we will call `__karma__.start()` later, once all the specs are loaded.
|
||||||
|
|
Loading…
Reference in New Issue