From 6cf81d3490d6f96ddfeef34a5a926f03e2f9f8b5 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Tue, 10 Jul 2018 17:09:11 +0530 Subject: [PATCH] test: fix timeout for node test --- test/node-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node-test.js b/test/node-test.js index 3029d1a4..ed13cecd 100644 --- a/test/node-test.js +++ b/test/node-test.js @@ -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);