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

Browser-run causing tape-run tests to hang #35

Closed
haydn opened this issue Oct 2, 2015 · 4 comments
Closed

Browser-run causing tape-run tests to hang #35

haydn opened this issue Oct 2, 2015 · 4 comments

Comments

@haydn
Copy link

haydn commented Oct 2, 2015

This is probably related to #33 or #28. It took me a while to track down the solution so I'm making this issue to hopefully help others searching for the answer.

I had a package.json file with something like this:

{
  ...
  "devDependencies": {
    "tape-run": "^1.1.0"
  }
  ...
}

When I ran my tests they'd hang unexpectedly causing timeouts on Travis CI. I had to specify an older version of browser-run to get them to run again:

{
  ...
  "devDependencies": {
    "browser-run": "2.5.0",
    "tape-run": "^1.1.0"
  }
  ...
}

For more details:

https://travis-ci.org/haydn/json-api-store/builds/83237200

@juliangruber
Copy link
Owner

what is a failing build i should look at?

@haydn
Copy link
Author

haydn commented Oct 4, 2015

@juliangruber This build failed on October 1st:

https://travis-ci.org/haydn/json-api-store/builds/83067915

However, the commit just before that had passed on September 23rd:

https://travis-ci.org/haydn/json-api-store/builds/81694961

@juliangruber
Copy link
Owner

relevant: #39

@juliangruber
Copy link
Owner

the new version using electron fixes a lot of issues, this should be gone

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

2 participants