Skip to content

Commit a37b478

Browse files
committed
ci: reduce test flakiness (CI is so slow)
1 parent cd9bbab commit a37b478

File tree

1 file changed

+1
-1
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12925,7 +12925,7 @@ fn large_mempool_base(strategy: MemPoolWalkStrategy, set_fee: impl Fn() -> u64)
1292512925
last_block.tx_events.len()
1292612926
);
1292712927
if strategy == MemPoolWalkStrategy::NextNonceWithHighestFeeRate {
12928-
assert!(last_block.tx_events.len() > 5000);
12928+
assert!(last_block.tx_events.len() > 2000);
1292912929
}
1293012930

1293112931
// Wait for the first block to be accepted.

0 commit comments

Comments
 (0)