mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-28 16:31:35 +00:00
chore: updating CI files (#132)
* Updating CI files This commit updates all CI scripts to the latest version * chore: update deps * bump timout * fix circle
This commit is contained in:
committed by
David Dias
parent
0870068ebc
commit
67ca37c356
@ -517,7 +517,7 @@ describe('transports', () => {
|
||||
})
|
||||
|
||||
it('nodeAll.dial nodeWStar using PeerInfo', function (done) {
|
||||
this.timeout(10 * 1000)
|
||||
this.timeout(40 * 1000)
|
||||
|
||||
nodeAll.dial(nodeWStar.peerInfo, (err) => {
|
||||
expect(err).to.not.exist()
|
||||
|
Reference in New Issue
Block a user