Skip to content

Reduce JRuby flakyness by giving it more time to finish

gitlab-qa-bot requested to merge github/fork/PragTob/fix-jruby-flakyness into master

Created by: PragTob

Startup time is still very much a problem with JRuby, hence feature type aruba cukes that invoke rspec a lot of times are still problematic. The bisect specs do this to the extreme, resulting in long spec run times. Locally a single scenario takes 36 seconds to run for me, on a 4-core desktop computer. An overloaded CI might take longer, hence just double the timeout and hope it's enough. Nothing much else we can do.

ref: #2442

While I'm here, thanks for rspec it's 🚀 - and shoes4 is an OSS project that is rigorously tested with it :)

Merge request reports