Skip to content

Commit 5075f23

Browse files
Lower the number of stks/mans in test_spend_threshold
I'm not really sure why we would test with a deployment that big (I'm fairly convinced it was just bad copypasta from another test). This should reduce the amount of timeouts in CI.
1 parent b8b90a8 commit 5075f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_spend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ def test_spends_conflicting(revault_network, bitcoind):
386386
@pytest.mark.skipif(not POSTGRES_IS_SETUP, reason="Needs Postgres for servers db")
387387
def test_spend_threshold(revault_network, bitcoind, executor):
388388
CSV = 20
389-
managers_threshold = 3
390-
revault_network.deploy(17, 8, csv=CSV, managers_threshold=managers_threshold)
389+
managers_threshold = 2
390+
revault_network.deploy(4, 3, csv=CSV, managers_threshold=managers_threshold)
391391
man = revault_network.man(0)
392392

393393
# Get some more funds

0 commit comments

Comments
 (0)