We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3dc03 commit f521490Copy full SHA for f521490
testnet/stacks-node/src/tests/nakamoto_integrations.rs
@@ -11340,7 +11340,7 @@ fn rbf_on_config_change() {
11340
11341
let mut last_log = Instant::now();
11342
last_log -= Duration::from_secs(5);
11343
- wait_for(10, || {
+ wait_for(30, || {
11344
let last_commit = &counters.naka_submitted_commit_last_stacks_tip.get();
11345
if last_log.elapsed() >= Duration::from_secs(5) {
11346
info!(
@@ -11359,7 +11359,7 @@ fn rbf_on_config_change() {
11359
11360
update_config(155000, 57);
11361
11362
- wait_for(12, || {
11363
let commit_count = &counters.naka_submitted_commits.get();
11364
Ok(*commit_count > commits_before)
11365
})
0 commit comments