Skip to content

Commit

Permalink
Extend sleep duration for Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Nov 9, 2019
1 parent 03fdf02 commit e0094df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_jit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ def after_fork; end
before_fork; before_fork # the child should not delete this .o file
pid = Process.fork do # this child should not delete shared .pch file
sleep 0.5 # to prevent mixing outputs on Solaris
sleep 2.0 # to prevent mixing outputs on Solaris
after_fork; after_fork # this child does not share JIT-ed after_fork with parent
end
after_fork; after_fork # this parent does not share JIT-ed after_fork with child
Expand Down

0 comments on commit e0094df

Please sign in to comment.