Skip to content

Commit d724c03

Browse files
dlarocquethiyaguk09
authored andcommitted
Revert "test(firestore): Update RESOURCE_EXHAUSTED retry count to 1"
This reverts commit 9edc6af.
1 parent b8519a3 commit d724c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/firestore/dev/test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ describe('getAll() method', () => {
12641264
[Status.NOT_FOUND]: 1,
12651265
[Status.ALREADY_EXISTS]: 1,
12661266
[Status.PERMISSION_DENIED]: 1,
1267-
[Status.RESOURCE_EXHAUSTED]: 1,
1267+
[Status.RESOURCE_EXHAUSTED]: 5,
12681268
[Status.FAILED_PRECONDITION]: 1,
12691269
[Status.ABORTED]: 1,
12701270
[Status.OUT_OF_RANGE]: 1,

0 commit comments

Comments
 (0)