Skip to content

Commit

Permalink
Fix failing timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
LadnovSasha committed Oct 2, 2017
1 parent 076c3ab commit 7966047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks/grunt-mocha-test.js
Expand Up @@ -297,7 +297,7 @@ describe('grunt-mocha-test', function() {
expect(stdout).to.match(/test/);
expect(stdout).to.match(/Aborted due to warnings./);
expect(stdout).to.match(/1 failing/);
expect(stdout).to.match(/Error: timeout of 500ms exceeded/);
expect(stdout).to.match(/Error: Timeout of 500ms exceeded/);
expect(stderr).to.equal('');
done();
});
Expand Down

0 comments on commit 7966047

Please sign in to comment.