Skip to content

Commit

Permalink
Use a more conservative minimum rate.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 13, 2019
1 parent bbaa55f commit df3a6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/async/io/stream_spec.rb
Expand Up @@ -106,7 +106,7 @@

example.reporter.message "Read #{size.round(2)}MB of data at #{rate.round(2)}MB/s."

expect(rate).to be > 1024
expect(rate).to be > 512
end
end

Expand Down

0 comments on commit df3a6b0

Please sign in to comment.