We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This fails every time here. I first put it off as a local issue, but now it comes up in some CI runs too:
=== release test-fs-watch === Path: sequential/test-fs-watch Command: out/Release/iojs /Users/iojs/build/workspace/iojs+any-pr+multi/nodes/osx1010/test/sequential/test-fs-watch.js --- TIMEOUT ---
https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/378/nodes=osx1010/
The text was updated successfully, but these errors were encountered:
Correction: It fails around 80-90% of all runs on my machine (2013 MBA), investigating.
Sorry, something went wrong.
So this seems to be write timeout related. Changing the write timeouts from 10ms to 15ms seems to make the failures go away.
The last timeout change is here: c5ed96a
@bnoordhuis would you agree with increasing these timeouts to like 20ms to reduce test flakiness?
continued in #1275.
No branches or pull requests
This fails every time here. I first put it off as a local issue, but now it comes up in some CI runs too:
https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/378/nodes=osx1010/
The text was updated successfully, but these errors were encountered: