Skip to content

Commit

Permalink
Increase expected size in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantor Chron committed Aug 27, 2016
1 parent 4d81df6 commit 6b438a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ class JSONSerializationPersistorTest extends FunSuite with PersistorTest with Ma
}
}

test("Should produce data which occupies less than 12.0kB") {
test("Should produce data which occupies less than 20.0kB") {
executeBenchmark() { persistor =>
for ((ctx, _) <- persistor.intercepted) {
val file = persistor.fileFor(ctx)
compareSpaceConsumption(file, 14.0)
compareSpaceConsumption(file, 20.0)
}
}
}
Expand Down

0 comments on commit 6b438a8

Please sign in to comment.