Skip to content

Commit

Permalink
Increase grind test timeout on truffleruby
Browse files Browse the repository at this point in the history
The process needs more time to get started.
  • Loading branch information
rwstauner committed May 16, 2023
1 parent 7717435 commit f77beaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/test/integration/grind_redis_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_grind_command_runs_tests

def test_grind_max_time
grind_count = 1000000
timeout = 1
timeout = RUBY_ENGINE == "truffleruby" ? 4 : 1

_, err = capture_subprocess_io do
system(
Expand Down

0 comments on commit f77beaf

Please sign in to comment.