We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7379140 commit b78c125Copy full SHA for b78c125
1 file changed
test-main.js
@@ -2,6 +2,7 @@
2
// That's what Traceur outputs: `System.register()`.
3
register(System);
4
5
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 50;
6
7
// Cancel Karma's synchronous start,
8
// we will call `__karma__.start()` later, once all the specs are loaded.
0 commit comments