mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:51:26 +00:00
Channels: finish Feishu/Lark integration
This commit is contained in:
@@ -120,7 +120,7 @@ vi.mock("../auto-reply/reply.js", () => {
|
||||
|
||||
describe("telegram inbound media", () => {
|
||||
// Parallel vitest shards can make this suite slower than the standalone run.
|
||||
const INBOUND_MEDIA_TEST_TIMEOUT_MS = process.platform === "win32" ? 60_000 : 45_000;
|
||||
const INBOUND_MEDIA_TEST_TIMEOUT_MS = process.platform === "win32" ? 120_000 : 90_000;
|
||||
|
||||
it(
|
||||
"downloads media via file_path (no file.download)",
|
||||
|
||||
Reference in New Issue
Block a user