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

Script timeouts #15

Open
moroshko opened this issue Oct 12, 2016 · 4 comments
Open

Script timeouts #15

moroshko opened this issue Oct 12, 2016 · 4 comments

Comments

@moroshko
Copy link

Hi there,

I'm running:

./node_modules/.bin/bithound check [email protected]:moroshko/analyze-deps-cli.git

but the script timeouts after 10 minutes.

It was previously working, so I assume there is some problem with your infrastructure?

I use version 1.7.0.

@tpizza
Copy link

tpizza commented Dec 18, 2016

I just experienced the same exact problem

@maxkoryukov
Copy link

Hello!

The same issue, here is a link to the sample build: https://travis-ci.org/volebo/volebo-express/builds/185303335#L472-L478

@jpsecher
Copy link

jpsecher commented Feb 2, 2017

(For those who end up here trying to fix Travis/Bithound integration...)

You need to put this in your .travis.yml config:

after_script:
- bithound check [email protected]:$TRAVIS_REPO_SLUG.git

But it seems that if Bithound is already in the process of analysing your projects dependencies, the above script will be timed-out by Travis after 10 minutes...

@maxkoryukov
Copy link

I know, that sometimes it is enough to re-login on Bithound while Travis CI is building the app 👍

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

4 participants