Merge pull request #525 from tuxcanfly/fix-circleci-tests
test: fix timeout for node test
This commit is contained in:
commit
f826174f9c
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user