Skip to content

Commit

Permalink
test: fix flaky Media.concat spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed May 2, 2024
1 parent a27becd commit 72b0c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ffmpeg/media_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ module FFMPEG
result = described_class.concat(output_path, segment1, segment2)
expect(result).to be_a(Media)
expect(result.path).to eq(output_path)
expect(result.duration).to be_within(0.2).of(5.5)
expect(result.duration).to be_within(0.2).of(5.7)
end
end
end
Expand Down

0 comments on commit 72b0c2e

Please sign in to comment.