Index: content/browser/indexed_db/indexed_db_browsertest.cc |
diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc |
index b3e91a5fb9490ebfea3f13e9fb2e7ffcb84b187b..737e9ba8c43b8638d3b6f6a2ae96ba6a75ffbfc9 100644 |
--- a/content/browser/indexed_db/indexed_db_browsertest.cc |
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc |
@@ -641,7 +641,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, |
const int kTestFillBytes = 1024 * 1024 * 5; // 5MB |
EXPECT_GT(after_filling, kTestFillBytes); |
- const int kTestCompactBytes = 1024 * 1024 * 1; // 1MB |
+ const int kTestCompactBytes = 1024 * 10; // 10kB |
EXPECT_LT(after_deleting, kTestCompactBytes); |
} |