Skip to content

Commit

Permalink
more time for the watch tests
Browse files Browse the repository at this point in the history
instrumention could take a bit
  • Loading branch information
sokra committed Oct 19, 2017
1 parent 9ffd97c commit b3f3eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BinTestCases.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("BinTestCases", function() {
const stderr = convertToArrayOfLines(env.stderr);
testAssertions(stdout, stderr, done);
child.kill();
}, 3000); // wait a little to get an output
}, 8000); // wait a little to get an output
});
});
} else {
Expand Down

0 comments on commit b3f3eda

Please sign in to comment.