update no-validate-exceptions.txt (#22907)

This commit is contained in:
Meghan Denny
2025-09-24 11:57:14 -08:00
committed by GitHub
parent 0bd3f3757f
commit 80e8b9601d
12 changed files with 39 additions and 207 deletions

View File

@@ -658,6 +658,7 @@ async function runTests() {
const buildResult = await spawnBun(execPath, {
cwd: vendorPath,
args: ["run", "build"],
timeout: 60_000,
});
if (!buildResult.ok) {
throw new Error(`Failed to build vendor: ${buildResult.error}`);