Skip to content

Commit

Permalink
Remove worker_thread counts
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Jul 13, 2024
1 parent 23bd581 commit 541631f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/citrea/tests/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,7 @@ async fn sequencer_crash_restore_mempool() -> Result<(), anyhow::Error> {
Ok(())
}

#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
#[tokio::test(flavor = "multi_thread")]
async fn test_db_get_proof() {
// citrea::initialize_logging(tracing::Level::INFO);

Expand Down Expand Up @@ -2479,7 +2479,7 @@ async fn test_db_get_proof() {
prover_node_task.abort();
}

#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
#[tokio::test(flavor = "multi_thread")]
async fn full_node_verify_proof_and_store() {
// citrea::initialize_logging(tracing::Level::INFO);

Expand Down

0 comments on commit 541631f

Please sign in to comment.