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:
ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ
2017-12-14 08:14:36 +01:00
committed by David Dias
parent 0870068ebc
commit 67ca37c356
5 changed files with 38 additions and 7 deletions

View File

@ -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()