fix(cron): make cronScheduler test deterministic

- Pin jitter to 0 in test to ensure deterministic behavior
- Update channel-plugin-example to use local channel-base dependency

This ensures the cron scheduler test reliably passes without flaky behavior
from random jitter.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-04-02 10:59:07 +08:00
parent a827e8bfa6
commit d2ec893edb
2 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View file

@ -18930,7 +18930,7 @@
"name": "@qwen-code/channel-plugin-example",
"version": "0.14.0",
"dependencies": {
"@qwen-code/channel-base": "^0.14.0",
"@qwen-code/channel-base": "file:../base",
"ws": "^8.18.0"
},
"bin": {