ci(release): wait out live provider rate limits

This commit is contained in:
Peter Steinberger
2026-06-02 02:38:13 +01:00
parent 4608f7dcf9
commit 8a1a8ea8a3
2 changed files with 21 additions and 3 deletions

View File

@@ -733,6 +733,9 @@ describe("package artifact reuse", () => {
expect(retryHelper).toContain("fetch failed");
expect(retryHelper).toContain("gateway request timeout");
expect(retryHelper).toContain("model idle timeout");
expect(retryHelper).toContain("OPENCLAW_LIVE_COMMAND_RATE_LIMIT_RETRY_DELAY_SECONDS:-60");
expect(retryHelper).toContain("Rate limit reached");
expect(retryHelper).toContain("tokens per min");
});
it("runs Docker live harnesses from trusted helper scripts", () => {