From 465c693370dbd43966e2b4f1b49e820e64f40f75 Mon Sep 17 00:00:00 2001 From: Vlad Dobromyslov Date: Thu, 3 Mar 2022 02:18:18 +0300 Subject: [PATCH] #285 New size for biggie object --- tests/io/json_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/io/json_tests.cpp b/tests/io/json_tests.cpp index e06f51b..3bc16d8 100644 --- a/tests/io/json_tests.cpp +++ b/tests/io/json_tests.cpp @@ -335,7 +335,7 @@ BOOST_AUTO_TEST_CASE(recursion_test) BOOST_AUTO_TEST_CASE(rethrow_test) { fc::variants biggie; - for( int i = 0; i < 250; i++ ) + for( int i = 0; i < 1010; i++ ) { fc::variant tmp( std::move(biggie) ); biggie.reserve(1);