-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Travis CI tests are failing on Windows #1801
Labels
Comments
Did you post the wrong link? |
Yes. Fixed inline above. |
@krisavi @joaocgreis If you have any cycles/ideas on how to get Windows tests working on Travis CI... |
Closed
joaocgreis
added a commit
to joaocgreis/node-gyp
that referenced
this issue
Jul 7, 2019
test-addon.js includes compiling code, making the default 30 second timeout not suitable. This increases the timeout for all platforms, which is a potential problem everywhere, fixing the timeout that happens on Windows. Fixes: nodejs#1801
joaocgreis
added a commit
to JaneaSystems/node-gyp
that referenced
this issue
Jul 8, 2019
test-addon.js includes compiling code, making the default 30 second timeout not suitable. This increases the timeout for all platforms, which is a potential problem everywhere, fixing the timeout that happens on Windows. Fixes: nodejs#1801
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis CI currently runs tests on Windows but those tests are currently run in allow_failures mode. https://github.com/nodejs/node-gyp/blob/master/.travis.yml#L15-L20
It would be really cool to get those tests passing.
The text was updated successfully, but these errors were encountered: