Skip to content

Commit

Permalink
ci: parallel slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 14, 2025
1 parent b06109b commit 35c969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/slow-big.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,5 @@ describe('argon2 crosstest', () => {
});

// non parallel: 14h, parallel: ~1h
process.env.MSHOULD_FAST = '1';
should.runWhen(import.meta.url);
1 change: 1 addition & 0 deletions test/slow-dos.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,5 @@ should(
);

// takes ~20min
process.env.MSHOULD_FAST = '1';
should.runWhen(import.meta.url);

0 comments on commit 35c969f

Please sign in to comment.