Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreppel committed Apr 12, 2024
1 parent f03358d commit fb10515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use std::str::FromStr;
use std::time::Duration;

#[tokio::test]
#[ignore]
/// This test does the full round trip lifecycle of a premint
/// 1. Premint is broadcasted to mintpool
/// 2. Premint is fetched from DB (similating a client fetching from API)
Expand Down
1 change: 1 addition & 0 deletions tests/p2p_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ async fn test_connecting_to_other_nodes() {

let nodes = mintpool_build::make_nodes(2000, num_nodes, 1000).await;
mintpool_build::connect_all_to_first(nodes.clone()).await;
tokio::time::sleep(time::Duration::from_secs(1)).await;

let (first, nodes) = mintpool_build::split_first_rest(nodes).await;

Expand Down

0 comments on commit fb10515

Please sign in to comment.