Skip to content

Commit b0cc181

Browse files
Merge pull request #377 from dxvladislavvolkov/fix-tests
Change value of default timeout interval
2 parents c7b7e73 + 3a5ce76 commit b0cc181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.test.shim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// /*global jasmine, __karma__, window*/
22
Error.stackTraceLimit = Infinity;
3-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000;
3+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 2000;
44

55
__karma__.loaded = function () {};
66

0 commit comments

Comments
 (0)