Skip to content

Commit

Permalink
fix slow test properly fot dot reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Sep 25, 2018
1 parent 04469bf commit d21f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/dot.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Dot reporter', function() {
});
describe('if test speed is slow', function() {
it('should return a dot', function() {
test.duration = 2;
test.duration = 3;
runner = createMockRunner('pass', 'pass', null, null, test);
Dot.call({epilogue: function() {}}, runner);
process.stdout.write = stdoutWrite;
Expand Down

0 comments on commit d21f868

Please sign in to comment.