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

chimp/dist/lib/cucumberjs/hooks.js:19 function timed out after 60000 milliseconds #526

Closed
astanley86 opened this issue Nov 14, 2016 · 5 comments

Comments

@astanley86
Copy link

Expected behaviour

Running chimp --watch as instructed in the cucumber tutorial runs chimp in the console without any errors:

[chimp] Watching features with tagged with @dev,@watch,@Focus
[chimp] Running...

0 scenarios
0 steps

Actual behaviour

/home/ubuntu/.nvm/versions/node/v6.4.0/lib/node_modules/chimp/node_modules/cucumber/lib/cucumber/runtime/event_broadcaster.js:30
throw error;
^
../../../../home/ubuntu/.nvm/versions/node/v6.4.0/lib/node_modules/chimp/dist/lib/cucumberjs/hooks.js:19 function timed out after 60000 milliseconds

Exact steps to reproduce / repository that demonstrates the problem

I run the following commands:
mkdir chimp-tutorial
cd chimp-tutorial
npm install chimp -g
mkdir features
chimp --watch

Version & tools:
  • Chimp command line used: chimp --watch

  • Chimp config file: not used

  • Chimp: 0.41.2

  • Node.js: 6.9.0

  • Java:
    java version "1.8.0_111"
    Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
    Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)

  • Operation system: # 147-Ubuntu SMP Tue Oct 18 16:48:51 UTC 2016 .. 14.04 trusty

Console / Log Output

https://gist.github.com/astanley86/9ae77803639fa8855f981befe0f151b3


Join our Slack xolv.io/community #chimp channel, where you can find help and help others.

@kyleian
Copy link
Contributor

kyleian commented Nov 14, 2016

Dupe of #508?

@astanley86
Copy link
Author

@samhatoum
Copy link
Member

Did you install the Java JRE or JDK @astanley86?

@astanley86
Copy link
Author

I think i must have just installed Java JRE. Does it require JDK?

@samhatoum
Copy link
Member

You do, as per the install instructions :) It's a common mistake

However, the newest version of Chimp doesnt' even need Selenium / Java to run chrome. So if you're only using chrome, just get latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants