Skip to content

Commit

Permalink
Merge pull request #525 from tuxcanfly/fix-circleci-tests
Browse files Browse the repository at this point in the history
test: fix timeout for node test
  • Loading branch information
tuxcanfly authored Jul 10, 2018
2 parents 2eb42d6 + 6cf81d3 commit f826174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Node', function() {
await chain.add(block);
});

it('should mine competing chains', async () => {
it('should mine competing chains', async function () {
this.timeout(20000);
for (let i = 0; i < 10; i++) {
const block1 = await mineBlock(tip1, cb1);
Expand Down

0 comments on commit f826174

Please sign in to comment.