Skip to content

Commit ae6a21c

Browse files
committed
fix(karma): longer timeout for IE11 :(
1 parent f878282 commit ae6a21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma/test-app/lifecycle-unload/karma.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { setupDomTests, waitForChanges } from '../util';
22

33

44
describe('lifecycle-unload', function() {
5-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 15000;
5+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
66

77
const { setupDom, tearDownDom } = setupDomTests(document);
88
let app: HTMLElement;

0 commit comments

Comments
 (0)