Skip to content

Commit

Permalink
Merge pull request fedimint#6148 from dpc/24-10-09-update-esplora
Browse files Browse the repository at this point in the history
chore: update our fork of esplora-electrs
  • Loading branch information
bradleystachurski authored Nov 19, 2024
2 parents a2efcf4 + 691a20c commit 6ef9744
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slow-timeout = { period = "30s", terminate-after = 4 }
[profile.dev]

[profile.ci]
slow-timeout = { period = "30s", terminate-after = 2 }
slow-timeout = { period = "30s", terminate-after = 3 }

# ccov seems MUCH slower, especially in Nix sandbox
# possibly due to writing to a shared tracing file(?)
Expand Down
2 changes: 1 addition & 1 deletion devimint/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ pub async fn latency_tests(
if crate::util::is_backwards_compatibility_test() {
assert!(restore_time < Duration::from_secs(160));
} else {
assert!(restore_time < Duration::from_secs(15));
assert!(restore_time < Duration::from_secs(30));
}
}
}
Expand Down
Loading

0 comments on commit 6ef9744

Please sign in to comment.