mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
test: add missing sync_blocks to dynafed test; disable timing out travis test
This commit is contained in:
parent
f76fe5e469
commit
24ca09cb84
2 changed files with 6 additions and 4 deletions
|
|
@ -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]'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue