Skip to content

Commit

Permalink
adjust timeout for node 12 on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 24, 2024
1 parent 53e054a commit 0e5c891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ describe('gulp', function() {
});

it('can run against gulpfile.cjs', function (done) {
this.timeout(5000);

var cli = path.join(__dirname, '../bin/gulp.js');
var opts = { cwd: path.join(__dirname, 'fixtures/gulpfiles/cjs' ) };
cp.exec(cli, opts, function (err, stdout, stderr) {
Expand Down

0 comments on commit 0e5c891

Please sign in to comment.