Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 10, 2023
1 parent cadfaf4 commit bf74ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/go-gossipsub.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const checkReceivedMessage =

describe('go-libp2p-pubsub gossipsub tests', function () {
// In Github runners it takes ~10sec the longest test
this.timeout(60 * 1000)
this.timeout(120 * 1000)
this.retries(3)

let psubs: GossipSubAndComponents[]
Expand Down

0 comments on commit bf74ab2

Please sign in to comment.