Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit a8ca431

Browse files
authored
Merge pull request #2444 from PragTob/fix-jruby-flakyness
Reduce JRuby flakyness by giving it more time to finish
2 parents 0e0584f + b5efc97 commit a8ca431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/support/env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set_env('SHELL', '/usr/bin/bash')
66

77
if RUBY_PLATFORM =~ /java/ || defined?(Rubinius)
8-
@aruba_timeout_seconds = 60
8+
@aruba_timeout_seconds = 120
99
else
1010
@aruba_timeout_seconds = 10
1111
end

0 commit comments

Comments
 (0)