We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736d4eb commit a81b9c8Copy full SHA for a81b9c8
1 file changed
test/experimental-sync-target-entry.test.ts
@@ -53,9 +53,6 @@ describe("experimental sync target entry", () => {
53
54
while (retryAttempts.length < 2) {
55
retryAttempts.push("EBUSY");
56
- if (!options.retryableCodes.has("EBUSY")) {
57
- throw Object.assign(new Error("busy"), { code: "EBUSY" });
58
- }
59
await options.sleep(25 * retryAttempts.length);
60
}
61
0 commit comments