mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
test(cron): remove fast retry timer dependency
This commit is contained in:
@@ -394,7 +394,7 @@ function isTransientDirectCronDeliveryError(error: unknown): boolean {
|
||||
|
||||
function resolveDirectCronRetryDelaysMs(): readonly number[] {
|
||||
return process.env.NODE_ENV === "test" && process.env.OPENCLAW_TEST_FAST === "1"
|
||||
? [8, 16, 32]
|
||||
? [0, 0, 0]
|
||||
: [5_000, 10_000, 20_000];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user