You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max-transaction-time in read_only_trxs tests was originally set to 10000us. That's before activate_protocol_features_set_bios_contract was added. activate_protocol_features_set_bios_contract calls set_code to set bios contracts which can take more than 10000us; this causes the tests to be stuck.
This issue is split from #1815 so that increasing max-transaction-time can be merged in before the root cause for stuck set_code is figured out.
max-transaction-time
in read_only_trxs tests was originally set to 10000us. That's beforeactivate_protocol_features_set_bios_contract
was added.activate_protocol_features_set_bios_contract
callsset_code
to set bios contracts which can take more than 10000us; this causes the tests to be stuck.This issue is split from #1815 so that increasing
max-transaction-time
can be merged in before the root cause for stuckset_code
is figured out.The following log is from #1815 for reference
The text was updated successfully, but these errors were encountered: