diff --git a/tests/eosio.system_tester.hpp b/tests/eosio.system_tester.hpp index d59f3f4..aa9c941 100644 --- a/tests/eosio.system_tester.hpp +++ b/tests/eosio.system_tester.hpp @@ -1333,7 +1333,7 @@ class eosio_system_tester : public validating_tester { ) ); } - produce_blocks( 250 ); // cannot use `produce_block(fc::seconds(1000));` trick. msig tests can fail. + produce_blocks( 2 * 21 ); // This is minimum number of blocks required by ram_gift in system_tests auto producer_schedule = control->active_producers(); BOOST_REQUIRE_EQUAL( 21, producer_schedule.producers.size() );