Open thebarty opened 6 years ago
@thebarty: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
After wasting some hours I finally found out why my tests did NOT run on CI: it was due to the
maxBuffer
being to low. Only by adding the above lines I have found the error-message, which otherwise gets lost in nirvana