address review

This commit is contained in:
Meghan Denny
2025-11-19 01:18:25 +01:00
parent 3796a5112f
commit 084e728a68
27 changed files with 74 additions and 3900 deletions

View File

@@ -81,7 +81,6 @@ function getNodeParallelTestTimeout(testPath) {
return 90_000;
}
if (!isCI) return 60_000; // everything slower in debug mode
if (isASAN) return 60_000;
return 20_000;
}
@@ -175,7 +174,7 @@ startGroup("CLI Options", () => {
const cliOptions = options;
const isLSAN = options["step"]?.includes("-lsan-");
const isASAN = options["step"]?.includes("-asan-") || isLSAN;
const isASAN = options["step"]?.includes("-asan-");
if (cliOptions.junit) {
try {