Skip to content

Commit cf0b24c

Browse files
committed
test(firestore): update RESOURCE_EXHAUSTED retry count to 1
1 parent e213de2 commit cf0b24c

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]: 5,
1267+
[Status.RESOURCE_EXHAUSTED]: 1,
12681268
[Status.FAILED_PRECONDITION]: 1,
12691269
[Status.ABORTED]: 1,
12701270
[Status.OUT_OF_RANGE]: 1,

0 commit comments

Comments
 (0)