test(FN-4783): stabilize workspace test lanes for verification

Fusion-Task-Id: FN-4783
Fusion-Task-Lineage: 7a02897b-e303-4947-86b2-3dd7a343f653
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 13:43:16 -07:00
committed by gsxdsm
parent 3c272cda63
commit 415cd6a111
6 changed files with 40 additions and 20 deletions

View File

@@ -148,5 +148,5 @@ describe("foreign start-point no-owned-commit interactions (real git)", () => {
} finally {
rmSync(dir, { recursive: true, force: true });
}
});
}, 20_000);
});

View File

@@ -91,5 +91,5 @@ describe("verification-fix already-on-main reliability interactions (real git)",
} finally {
rmSync(dir, { recursive: true, force: true });
}
});
}, 20_000);
});