AntelopeIO/reference-contracts

`eosio_system_tests/producer_onblock_check` fails under default `Savanna` libtester

Closed this issue · 1 comments

tests/eosio.system_tests.cpp(2943): fatal error: in "eosio_system_tests/producer_onblock_check": critical check true == all_21_produced has failed [true != false]

The test is flaky? If producing 21 more blocks, the test passed:

// give a chance for everyone to produce blocks
{
produce_blocks(21 * 12);