8000 test(ci): Reduce flaky test detector assumed average test runtime (#1… · n4bb12/sentry-javascript@cf2d945 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf2d945

Browse files
authored
test(ci): Reduce flaky test detector assumed average test runtime (getsentry#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)
0