Skip to content

Commit

Permalink
Decrease feature_ltor.py sensitivity to time
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
  • Loading branch information
Andres Correa Casablanca committed Jan 18, 2019
1 parent 51a06d7 commit f14cd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/feature_ltor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_tests(self):

def test_ltor_infringement_detection(self):
# Just creating easily accessible outputs (coinbase) for next txns
for _ in range(8):
for _ in range(6):
yield self.create_spendable_outputs()

txns = []
Expand Down Expand Up @@ -168,7 +168,7 @@ def create_spendable_outputs(self):
block = self.get_empty_block()

self.spendable_outputs.append(block)
sleep(0.05)
sleep(0.1)

return TestInstance([[block, True]], test_name='')

Expand Down

0 comments on commit f14cd64

Please sign in to comment.