nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.15k stars 228 forks source link

Fix SendLargeCyclesTxToRelay spec on slow machine #4606

Closed chenyukang closed 3 weeks ago

chenyukang commented 3 weeks ago

What problem does this PR solve?

Fix the failure on MacOs Github CI.

What is changed and how it works?

The root cause is on slow machine, like Github MacOS CI server, it will cost almost 8 seconds to finish IBD stage, in spec SendLargeCyclesTxToRelay when the relay message is sent from node1 to node0, node0 may still in IBD mode, so tx is not synced.

Related changes

Check List

Tests

Release note

None: Exclude this PR from the release note.