Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Let's go nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Apr 25, 2018
1 parent eb01a29 commit 9c41bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/file-patch-controller.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ describe('FilePatchController', function() {
assert.autocrlfEqual(await repository.readFileFromIndex('sample.js'), originalLines.join('\n'));
});

it.stress(20, 'stages and unstages individual lines when the stage button is clicked on a hunk with selected lines', async function() {
it.stress(100, 'stages and unstages individual lines when the stage button is clicked on a hunk with selected lines', async function() {
const absFilePath = path.join(workdirPath, filePath);
const originalLines = fs.readFileSync(absFilePath, 'utf8').split('\n');

Expand Down

0 comments on commit 9c41bdc

Please sign in to comment.