mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 03:41:22 +00:00
test(gate): stabilize env- and timing-sensitive process/web-search checks
This commit is contained in:
@@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user