davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

Slower computers can't run the tests #296

Closed calestar closed 3 years ago

calestar commented 4 years ago

Systematically getting a failure on the tests when running from RPi:

(::) failed steps (::)

process still alive after 5 seconds (ChildProcess::TimeoutError)
features/gli_init.feature:125:in `When I run `rake test`'

Failing Scenarios:
cucumber features/gli_init.feature:12 # Scenario: Scaffold generates and things look good
davetron5000 commented 3 years ago

I have removed aruba/cucumber from the repo entirely and made integration tests that just shell out to call the app. That should at least not artificially limit how long things run. LMK if that works and re-open if not