Skip to content

Commit

Permalink
RUBY-632 loosen up the time so slower interpreters have a chance
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Aug 19, 2011
1 parent 1910ff6 commit dd47c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_relic/data_serialization_test.rb
Expand Up @@ -177,7 +177,7 @@ def test_loading_does_not_seg_fault_if_gc_triggers
end
end

Timeout::timeout(1) do
Timeout::timeout(5) do
write.join
read.join
gc.join
Expand Down

0 comments on commit dd47c0e

Please sign in to comment.