Skip to content

Commit

Permalink
drop test cases from 100 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed May 27, 2024
1 parent 6639fc0 commit ef9efcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kinto-e2e/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ const main = async () => {
const opInfos: OpInfoType[] = []

for (const opEvent of userOperationEvents.reverse()) {
// only capture the latest 100 successful ops
if (opInfos.length === 100) {
// only capture the latest 50 successful ops
if (opInfos.length === 50) {
break
}

Expand Down

0 comments on commit ef9efcb

Please sign in to comment.