Skip to content
Snippets Groups Projects
Commit fed30f11 authored by Eduard Thamm's avatar Eduard Thamm
Browse files

Fix: Increase aruba timeout for Jruby on CI

parent 49d6ffad
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,5 +33,5 @@ Before do
set_environment_variable "HOME", home
FileUtils.mkdir(home)
 
@aruba_timeout_seconds = Cucumber::JRUBY ? 35 : 15
@aruba_timeout_seconds = Cucumber::JRUBY ? 45 : 15
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment