Merge pull request #525 from tuxcanfly/fix-circleci-tests

test: fix timeout for node test
This commit is contained in:
Javed Khan 2018-07-10 17:14:13 +05:30 committed by GitHub
commit f826174f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);