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
test: fix intermittent failures in p2p_instantsend.py and others
It bumps mocktime properly for all instantsend lock
Dash Core sends transactions after random delay for privacy reason.
tx_relay->m_next_inv_send_time = GetExponentialRand(current_time, OUTBOUND_INVENTORY_BROADCAST_INTERVAL)
This expential random delay once in 1000 tries is longer than 2s * 10 = 20 seconds
To be sure that helper wait_for_instantsend is reliable need to bump mocktime for 20+ second,
or even better 30 seconds
0 commit comments