JustinTulloss / zeromq.node

Node.js bindings to the zeromq library
MIT License
1.65k stars 286 forks source link

Reduce mocha timeout #564

Closed lgeiger closed 7 years ago

lgeiger commented 7 years ago

A 10min timeout is far to long. Since we are using travis_retry when running the tests a short timeout won't cause accidental failures.

rgbkrk commented 7 years ago

👍