test(gate): stabilize env- and timing-sensitive process/web-search checks

This commit is contained in:
Peter Steinberger
2026-02-23 19:19:39 +00:00
parent 46dee26600
commit fe62711342
4 changed files with 25 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ async function waitForSessionCompletion(params: {
return true;
},
{
timeout: process.platform === "win32" ? 4000 : 2000,
timeout: process.platform === "win32" ? 12_000 : 8_000,
interval: 30,
},
)