8000
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 3e614ba commit cf2d945Copy full SHA for cf2d945
dev-packages/browser-integration-tests/scripts/detectFlakyTests.ts
@@ -9,9 +9,9 @@ import * as glob from 'glob';
9
const NUM_BROWSERS = 3;
10
11
/**
12
- * Assume that each test runs for 3s.
+ * Assume that each test runs for 2s.
13
*/
14
-const ASSUMED_TEST_DURATION_SECONDS = 3;
+const ASSUMED_TEST_DURATION_SECONDS = 2;
15
16
17
* We keep the runtime of the detector if possible under 30min.
0 commit comments