Skip to content

Commit

Permalink
Fix timeout issue when testing on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Jun 21, 2022
1 parent 242dd5b commit 3eb7054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/concurrently.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ it('has version command', done => {
},
done
);
});
}, 10000);

describe('exiting conditions', () => {
it('is of success by default when running successful commands', done => {
Expand Down

0 comments on commit 3eb7054

Please sign in to comment.