Skip to content
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

Test failed after upgrading to macOS X Sierra #3

Closed
cognitom opened this issue Oct 18, 2016 · 1 comment
Closed

Test failed after upgrading to macOS X Sierra #3

cognitom opened this issue Oct 18, 2016 · 1 comment

Comments

@cognitom
Copy link
Owner

If you just use this module as a user, you don't have to care about this issue. It would work fine.

wdio can't connect to PhantomJS during the tests. Looks strange. The tests on Travis are OK, these on El Capitan are also OK. Hmm...
Maybe related to this issue:
karma-runner/karma-phantomjs-launcher#138

@cognitom
Copy link
Owner Author

Just a workaround, I've extended its timeout. Now it seems working.

exports.config = {
  ...
  mochaOpts: {
    ...
    timeout: 30000
  },
  ...
}

cognitom added a commit that referenced this issue Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant