Skip to content

Commit

Permalink
Validate 1 at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Dec 6, 2024
1 parent e590927 commit 8ec2ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/api/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ export async function runSpecs(
);
});

const concurrent = 5;
const concurrent = 1;
const batches = Math.ceil(invokers.length / concurrent);

for (var i = 0; i < batches; i++) {
Expand Down

0 comments on commit 8ec2ad2

Please sign in to comment.