Skip to content

Commit

Permalink
extend gossip test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Aug 22, 2023
1 parent 0b3b5ea commit 71adac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ it('gossip test', async () => {
const end = new EventEmitter()
const to = setTimeout(() => {
assert.fail('timeout')
}, 10000)
}, 20000)
protocol2.on('ContentAdded', async (key, contentType, content) => {
if (contentType === 0) {
const headerWithProof = BlockHeaderWithProof.deserialize(fromHexString(content))
Expand Down

0 comments on commit 71adac0

Please sign in to comment.