features/support/aruba.rb in cucumber-pro-0.0.6 vs features/support/aruba.rb in cucumber-pro-0.0.7
- old
+ new
@@ -5,7 +5,8 @@
path = File.expand_path(File.dirname(__FILE__) + '/../../lib')
set_env 'RUBYLIB', path
end
Before do
- @aruba_timeout_seconds = 5
+ @aruba_timeout_seconds = (RUBY_PLATFORM =~ /java/) ? 20 : 10
end
+