Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Feb 12, 2024
1 parent ca81e42 commit 2f4a5c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/erc20_payment_lib_test/src/multi_erc20_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub async fn test_durability(accounts_count: usize, generate_count: u64, gen_int
let conn_ = conn.clone();
let jh = tokio::spawn(
async move {
tokio::time::sleep(Duration::from_secs(1)).await;
tokio::time::sleep(Duration::from_secs(5)).await;
let sp = PaymentRuntime::new(
PaymentRuntimeArgs {
secret_keys: private_keys,
Expand All @@ -145,6 +145,7 @@ pub async fn test_durability(accounts_count: usize, generate_count: u64, gen_int
Arc::new(Box::new(signer)),
).await.unwrap();
sp.join_tasks().await.unwrap();

}
);

Expand Down

0 comments on commit 2f4a5c8

Please sign in to comment.