Skip to content

Commit

Permalink
increassed jasmine timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Alexander Janssens authored and Wouter Alexander Janssens committed Apr 14, 2020
1 parent e248206 commit 550845e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class DGTTestRunnerComponent<T> extends DGTTestRunner {

public setup(componentType: Type<T>, detectChanges: boolean = true) {
beforeAll(() => {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
});

beforeEach(async(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class DGTTestRunnerService<T> extends DGTTestRunner {

public setup(serviceType: Type<T>) {
beforeAll(() => {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
});

beforeEach(async(() => {
Expand Down

0 comments on commit 550845e

Please sign in to comment.