We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c665fe commit c0712d3Copy full SHA for c0712d3
integration/harness-e2e-cli/e2e/radio-harness.spec.ts
@@ -3,6 +3,9 @@ import {SeleniumWebDriverHarnessEnvironment} from '@angular/cdk/testing/selenium
3
import {HarnessLoader} from '@angular/cdk/testing';
4
import {configureDriver} from './driver.js';
5
6
+// Tests are flaky on CI unless we increase the timeout.
7
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 10_000; // 10 seconds
8
+
9
describe('app test', () => {
10
let loader: HarnessLoader;
11
0 commit comments