Skip to content

Commit

Permalink
fix(karma): longer timeout for IE11 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 29, 2019
1 parent f878282 commit ae6a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma/test-app/lifecycle-unload/karma.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { setupDomTests, waitForChanges } from '../util';


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

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

0 comments on commit ae6a21c

Please sign in to comment.