mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Raise memory expectation in test slightly
This commit is contained in:
@@ -36,7 +36,7 @@ describe Ebooks::Model do
|
||||
report2 = MemoryUsage.report do
|
||||
model = Ebooks::Model.load(file.path)
|
||||
end
|
||||
expect(report2.total_memsize).to be < 3000000
|
||||
expect(report2.total_memsize).to be < 4000000
|
||||
|
||||
expect(model.tokens[0]).to be_a String
|
||||
expect(model.sentences[0][0]).to be_a Fixnum
|
||||
|
||||
Reference in New Issue
Block a user