test: fix timeout for node test
This commit is contained in:
parent
2eb42d66d8
commit
6cf81d3490
@ -102,7 +102,7 @@ describe('Node', function() {
|
|||||||
await chain.add(block);
|
await chain.add(block);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should mine competing chains', async () => {
|
it('should mine competing chains', async function () {
|
||||||
this.timeout(20000);
|
this.timeout(20000);
|
||||||
for (let i = 0; i < 10; i++) {
|
for (let i = 0; i < 10; i++) {
|
||||||
const block1 = await mineBlock(tip1, cb1);
|
const block1 = await mineBlock(tip1, cb1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user