Skip to content

Commit cf2d945

Browse files
authored
test(ci): Reduce flaky test detector assumed average test runtime (#11676)
1 parent 3e614ba commit cf2d945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/browser-integration-tests/scripts/detectFlakyTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import * as glob from 'glob';
99
const NUM_BROWSERS = 3;
1010

1111
/**
12-
* Assume that each test runs for 3s.
12+
* Assume that each test runs for 2s.
1313
*/
14-
const ASSUMED_TEST_DURATION_SECONDS = 3;
14+
const ASSUMED_TEST_DURATION_SECONDS = 2;
1515

1616
/**
1717
* We keep the runtime of the detector if possible under 30min.

0 commit comments

Comments
 (0)