From 02fdc3670796e315b169a84a45506de2b44edc7b Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Mon, 23 Mar 2020 15:11:26 -0700 Subject: [PATCH] Shorten longest build times Summary: [Fatal] Shorten longest build times Reviewed By: vitaut Differential Revision: D20591466 fbshipit-source-id: ca321d05db226174b2806b73fa26ee50a4d31271 --- fatal/type/test/foreach_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatal/type/test/foreach_test.cpp b/fatal/type/test/foreach_test.cpp index 4f8a9176..427f6d1f 100644 --- a/fatal/type/test/foreach_test.cpp +++ b/fatal/type/test/foreach_test.cpp @@ -60,7 +60,7 @@ using replicate = typename replicate_impl>::type; FATAL_TEST(foreach_test, very_long_type_list) { struct foo { static std::string get() { return "foo"; } }; - constexpr auto size = 1ULL << 12; + constexpr auto size = 1ULL << 8; using types = replicate; static_assert(fatal::size::value == size, "size mismatch");