Skip to content

Commit 04b5d86

Browse files
committed
try extending number of retries for catalog upload image
1 parent c790a52 commit 04b5d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/catalog.serial.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe("Catalog API", () => {
148148
],
149149
},
150150
{
151-
maxRetries: MAX_RETRIES_CATALOG,
151+
maxRetries: MAX_RETRIES_CATALOG * 2,
152152
timeoutInSeconds: MAX_TIMEOUT,
153153
},
154154
);

0 commit comments

Comments
 (0)