diff options
author | agirbal <antoine@10gen.com> | 2011-12-29 00:08:45 -0800 |
---|---|---|
committer | agirbal <antoine@10gen.com> | 2011-12-29 00:08:45 -0800 |
commit | d97a9442b4a0ceb98ea26a981bf49d05974c77b8 (patch) | |
tree | 6a414654047b682cea87b0057e37db437b0212b4 /jstests/padding.js | |
parent | 25840a6fa69a4ef2d5b5e3b376aea5e52827ee7d (diff) | |
download | mongo-d97a9442b4a0ceb98ea26a981bf49d05974c77b8.tar.gz |
SERVER-4577: make test lineant
Diffstat (limited to 'jstests/padding.js')
-rw-r--r-- | jstests/padding.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/padding.js b/jstests/padding.js index c7af8b822c1..41940c50bdf 100644 --- a/jstests/padding.js +++ b/jstests/padding.js @@ -58,4 +58,4 @@ for (var i = 0; i < 1000; i++) { // should have trended somewhat higher over the above.
// speed of increase would be higher with more indexes.
-assert(p.stats().paddingFactor > ps + 0.05);
+assert(p.stats().paddingFactor > ps + 0.03);
|