From 24ca09cb847e600e7caf1f3374fc58df0fac4910 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 1 Apr 2021 17:50:03 +0000 Subject: [PATCH] test: add missing `sync_blocks` to dynafed test; disable timing out travis test --- .travis.yml | 9 +++++---- test/functional/feature_dynafed.py | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 656eed9871..77b59da75f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,10 +65,11 @@ jobs: script: - set -o errexit; source ./ci/lint/06_script.sh - - stage: test - name: '32-bit + dash [GOAL: install] [CentOS 7] [gui]' - env: >- - FILE_ENV="./ci/test/00_setup_env_i686_centos.sh" +# Disabled due to new Travis restrictions; will be removed as part of 0.22 rebase +# - stage: test +# name: '32-bit + dash [GOAL: install] [CentOS 7] [gui]' +# env: >- +# FILE_ENV="./ci/test/00_setup_env_i686_centos.sh" - stage: test name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]' diff --git a/test/functional/feature_dynafed.py b/test/functional/feature_dynafed.py index 61e7bac593..14cbb0a546 100755 --- a/test/functional/feature_dynafed.py +++ b/test/functional/feature_dynafed.py @@ -500,6 +500,7 @@ class DynaFedTest(BitcoinTestFramework): self.assert_accepted(pegin_tx) self.assert_accepted(pegout_tx) assert_equal(self.nodes[0].getsidechaininfo()["current_fedpegscripts"], ["51", "51"]) + self.sync_blocks() # Now have node 1 transition to new pak and fedpegscript pak_prop["fedpegscript"] = "52"