Skip to content

Commit

Permalink
chore(misc): bump timeout for select projects perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 24, 2022
1 parent 2d74f4c commit 4b541ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/run-many.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('run-many', () => {
);
performance.mark('end');
const measure = performance.measure('projects', 'start', 'end');
expect(measure.duration).toBeLessThan(2000);
expect(measure.duration).toBeLessThan(2500);
});
});
});
Expand Down

0 comments on commit 4b541ca

Please sign in to comment.