Skip to content

Commit

Permalink
bin: delay command in test that should be successful
Browse files Browse the repository at this point in the history
Fixes flaky test introduced by a9ef086
  • Loading branch information
gustavohenke committed Aug 26, 2018
1 parent a9ef086 commit 0b3d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/concurrently.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('exiting conditions', () => {
});

it('is aliased to -s', done => {
run('-s last "exit 1" "echo foo"')
run('-s last "exit 1" "sleep 0.5 && echo foo"')
.close
.subscribe(exit => {
expect(exit[0]).toBe(0);
Expand Down

0 comments on commit 0b3d806

Please sign in to comment.