Merge pull request #524 from tuxcanfly/fix-circleci-tests
test: increase timeout for ci
This commit is contained in:
commit
2eb42d66d8
@ -111,7 +111,7 @@ chain.on('disconnect', (entry, block) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('Chain', function() {
|
describe('Chain', function() {
|
||||||
this.timeout(45000);
|
this.timeout(60000);
|
||||||
|
|
||||||
it('should open chain and miner', async () => {
|
it('should open chain and miner', async () => {
|
||||||
await chain.open();
|
await chain.open();
|
||||||
|
|||||||
@ -103,6 +103,7 @@ describe('Node', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should mine competing chains', async () => {
|
it('should mine competing chains', async () => {
|
||||||
|
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);
|
||||||
cb1 = block1.txs[0];
|
cb1 = block1.txs[0];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user