Skip to content

Commit c0712d3

Browse files
committed
build: increase timeout for harness integration test (#25245)
Increases the Jasmine timeout interval for the harness integration tests to try and reduce the CI flakes. (cherry picked from commit 59825bf)
1 parent 9c665fe commit c0712d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/harness-e2e-cli/e2e/radio-harness.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import {SeleniumWebDriverHarnessEnvironment} from '@angular/cdk/testing/selenium
33
import {HarnessLoader} from '@angular/cdk/testing';
44
import {configureDriver} from './driver.js';
55

6+
// Tests are flaky on CI unless we increase the timeout.
7+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10_000; // 10 seconds
8+
69
describe('app test', () => {
710
let loader: HarnessLoader;
811

0 commit comments

Comments
 (0)