Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: add timeout to sync_blocks() and sync_mempools() #8104

Merged
merged 1 commit into from May 29, 2016

Commits on May 26, 2016

  1. Tests: add timeout to sync_blocks() and sync_mempools()

    Previously these functions would infinitely loop if sync failed;
    now they have a default timeout of 60 seconds, after which an
    AssertionError is raised.
    
    sync_blocks() has also been improved and now compares the tip
    hash of each node, rather than just using block count.
    sdaftuar committed May 26, 2016
    Copy the full SHA
    e871f83 View commit details
    Browse the repository at this point in the history