Skip to content

Commit

Permalink
build: increase jasmine timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend committed Apr 18, 2024
1 parent fca6d7a commit 94af0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/harness-e2e-cli/e2e/radio-harness.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {HarnessLoader} from '@angular/cdk/testing';
import {configureDriver} from './driver.js';

// Tests are flaky on CI unless we increase the timeout.
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10_000; // 10 seconds
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20_000; // 20 seconds

describe('app test', () => {
let loader: HarnessLoader;
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/testing/tests/webdriver.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {crossEnvironmentSpecs} from './cross-environment.spec';
import {MainComponentHarness} from './harnesses/main-component-harness';

// Tests are flaky on CI unless we increase the timeout.
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10_000; // 10 seconds
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20_000; // 20 seconds

/**
* Metadata file generated by `rules_webtesting` for browser tests.
Expand Down

0 comments on commit 94af0ef

Please sign in to comment.