Skip to content

Commit

Permalink
chore: increase ping test timeout
Browse files Browse the repository at this point in the history
Slow CI is slow so try increasing the default ping timeout.
  • Loading branch information
achingbrain committed May 7, 2024
1 parent a11e135 commit 586ea6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion interop/test/ping.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ describe('ping test', function () {
denyDialMultiaddr: async () => false
},
services: {
ping: ping(),
ping: ping({
timeout: 120000
}),
identify: identify()
}
}
Expand Down

0 comments on commit 586ea6b

Please sign in to comment.