Skip to content

Commit

Permalink
test: add missing sync_blocks to dynafed test; disable timing out t…
Browse files Browse the repository at this point in the history
…ravis test
  • Loading branch information
apoelstra committed Apr 1, 2021
1 parent f76fe5e commit 24ca09c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
1 change: 1 addition & 0 deletions test/functional/feature_dynafed.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ def test_valid_epochs(self):
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"
Expand Down

0 comments on commit 24ca09c

Please sign in to comment.