Skip to content

Commit

Permalink
Generate 6 block to avoid retroactive signing overloading Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 15, 2019
1 parent f0ca70a commit f8eb94c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa/rpc-tests/autoix-mempool.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ def run_test(self):
self.log.info("Test old InstantSend")
self.test_auto();

# Generate 6 block to avoid retroactive signing overloading Travis
self.nodes[0].generate(6)
sync_blocks(self.nodes)

self.nodes[0].spork("SPORK_20_INSTANTSEND_LLMQ_BASED", 0)
self.wait_for_sporks_same()

Expand Down
4 changes: 4 additions & 0 deletions qa/rpc-tests/p2p-autoinstantsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ def run_test(self):
self.log.info("Test old InstantSend")
self.test_auto();

# Generate 6 block to avoid retroactive signing overloading Travis
self.nodes[0].generate(6)
sync_blocks(self.nodes)

self.nodes[0].spork("SPORK_20_INSTANTSEND_LLMQ_BASED", 0)
self.wait_for_sporks_same()

Expand Down
4 changes: 4 additions & 0 deletions qa/rpc-tests/p2p-instantsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def run_test(self):
self.log.info("Test old InstantSend")
self.test_doublespend()

# Generate 6 block to avoid retroactive signing overloading Travis
self.nodes[0].generate(6)
sync_blocks(self.nodes)

self.nodes[0].spork("SPORK_20_INSTANTSEND_LLMQ_BASED", 0)
self.wait_for_sporks_same()

Expand Down

0 comments on commit f8eb94c

Please sign in to comment.