Skip to content

Commit

Permalink
increase MAX_TXNS_NOT_INCREMENTING to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Dec 17, 2024
1 parent 161121e commit e8abebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::time::Instant;
/// We allow for no change in state across this many consecutive iterations.
const MAX_STATE_NOT_INCREMENTING: u8 = 1;
/// We allow for no new transactions across this many consecutive iterations.
const MAX_TXNS_NOT_INCREMENTING: u8 = 3;
const MAX_TXNS_NOT_INCREMENTING: u8 = 5;

#[tokio::test(flavor = "multi_thread")]
async fn test_smoke() -> Result<()> {
Expand Down

0 comments on commit e8abebd

Please sign in to comment.