mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
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:
parent
a827e8bfa6
commit
d2ec893edb
2 changed files with 3 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue