Skip to content

Commit

Permalink
drop number of test to run in parrallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed May 25, 2024
1 parent a6de5bc commit 3c52dcf
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 @@ -127,8 +127,8 @@ const main = async () => {
}[] = []

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 3c52dcf

Please sign in to comment.