Skip to content

Commit

Permalink
TC_FXJPGImage: Lower the success count, because sometimes ruby-2.0 fa…
Browse files Browse the repository at this point in the history
…ils on travis-ci.
  • Loading branch information
larskanis committed Feb 16, 2017
1 parent 717a588 commit d62e8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TC_FXJPGImage.rb
Expand Up @@ -29,7 +29,7 @@ def test_save_with_thread
outfile.takeBuffer
end

assert_operator(count, :>=, 1000000)
assert_operator(count, :>=, 500000)
assert_operator(jpeg_data.bytesize, :>=, 1000)

count = 0
Expand All @@ -42,6 +42,6 @@ def test_save_with_thread

assert_equal 4000, img.width
assert_equal 3000, img.height
assert_operator(count, :>=, 1000000)
assert_operator(count, :>=, 500000)
end
end

0 comments on commit d62e8fb

Please sign in to comment.