summaryrefslogtreecommitdiff
path: root/test/buildtool/storage/large_object_cas.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/storage/large_object_cas.test.cpp')
-rw-r--r--test/buildtool/storage/large_object_cas.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/storage/large_object_cas.test.cpp b/test/buildtool/storage/large_object_cas.test.cpp
index f9a427f8..9b0fc90b 100644
--- a/test/buildtool/storage/large_object_cas.test.cpp
+++ b/test/buildtool/storage/large_object_cas.test.cpp
@@ -67,8 +67,8 @@ using File = Blob<false>;
class Tree final {
public:
- static constexpr auto kLargeId = std::string_view("tree_256");
- static constexpr auto kLargeSize = std::uintmax_t(256);
+ static constexpr auto kLargeId = std::string_view("tree_4096");
+ static constexpr auto kLargeSize = std::uintmax_t(4096);
static constexpr auto kSmallId = std::string_view("tree_1");
static constexpr auto kSmallSize = std::uintmax_t(1);