The last test in pruning.py (added in #7871) starts with trying to sync a big chain from one node to a fresh one; this regularly takes more than the default 60 seconds on the machine I use to run all the tests, so I've bumped the timeout on that sync_blocks call to 300 seconds.
qa: Increase a sync_blocks timeout in pruning.py #9628
pull sdaftuar wants to merge 1 commits into bitcoin:master from sdaftuar:2017-01-longer-pruning-sync changing 1 files +1 −1-
sdaftuar commented at 2:36 PM on January 25, 2017: member
-
in qa/rpc-tests/pruning.py:None in 0f57807258 outdated
313 | @@ -314,7 +314,7 @@ def wallet_test(self): 314 | print ("Syncing node 5 to test wallet") 315 | connect_nodes(self.nodes[0], 5) 316 | nds = [self.nodes[0], self.nodes[5]] 317 | - sync_blocks(nds) 318 | + sync_blocks(nds, timeout=300)
morcos commented at 3:13 PM on January 25, 2017:Could you pass an increased
waithere or maybe better yet make sync_blocks calculate a wait based on timeout unless it's explicitly passed. Otherwise the 1000 lines of the debug log that travis saves quickly fill up.
sdaftuar commented at 3:21 PM on January 25, 2017:Forgot about that, thanks -- bumped the wait to 5 seconds. No objection to teaching sync_blocks to be smarter as well, but I'd like this merged asap to get the test suite working again.
sdaftuar force-pushed on Jan 25, 2017qa: Increase a sync_blocks timeout in pruning.py 2f10f06196ryanofsky approvedryanofsky commented at 4:04 PM on January 25, 2017: memberutACK 2f10f06196ace64c549172f9ab081d28115228d5
fanquake added the label Tests on Jan 25, 2017morcos commented at 6:03 PM on January 25, 2017: memberutACK
TheBlueMatt commented at 11:58 PM on January 25, 2017: memberutACK
MarcoFalke merged this on Jan 26, 2017MarcoFalke closed this on Jan 26, 2017MarcoFalke referenced this in commit f89502306d on Jan 26, 2017MarcoFalke commented at 12:13 AM on January 26, 2017: memberutACK 2f10f06196ace64c549172f9ab081d28115228d5
codablock referenced this in commit 9eef2a481b on Jan 19, 2018codablock referenced this in commit 83ae266834 on Jan 20, 2018codablock referenced this in commit 5a84b27dc1 on Jan 21, 2018andvgal referenced this in commit 8530554773 on Jan 6, 2019CryptoCentric referenced this in commit 7971788cc1 on Feb 27, 2019DrahtBot locked this on Sep 8, 2021ContributorsLabels
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 18:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 18:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me