Skip to content

Commit

Permalink
increase wait time to improve the sucess rate
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Dec 12, 2024
1 parent ff9a3ed commit 978aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-helper/src/txpool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub async fn start_txpool_with_miner(
}
//registry.register::<MinerService>().await.unwrap();
let pool_actor = registry.register::<TxPoolActorService>().await.unwrap();
Delay::new(Duration::from_millis(300)).await;
Delay::new(Duration::from_millis(1000)).await;
let txpool_service = registry.get_shared::<TxPoolService>().await.unwrap();

(
Expand Down

0 comments on commit 978aff3

Please sign in to comment.