Skip to content

Commit

Permalink
Alleviate failures when aruba tries to reload previously cached files…
Browse files Browse the repository at this point in the history
… which have been overwritten mid-thread

To fix this we need to ensure each file is uniquely named (Or keep this config setting on.
  • Loading branch information
luke-hill committed Sep 17, 2019
1 parent ce13f21 commit 53817c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/lib/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
# Set a longer timeout for aruba, and a really long one if running on JRuby
@aruba_timeout_seconds = Cucumber::JRUBY ? 60 : 15
end

# TODO: This probably shouldn't be used. To fix this we need to triage all of the
# file names created in tests, and ensure they are unique
Cucumber.use_legacy_autoloader = true

0 comments on commit 53817c2

Please sign in to comment.