Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 29, 2024
1 parent a9d64d6 commit 4d2494c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc/tests/tonic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async fn submit_blob() {
.await
.unwrap();

tokio::time::sleep(std::time::Duration::from_secs(3)).await;
tokio::time::sleep(std::time::Duration::from_secs(5)).await;

let _submitted_tx = client
.get_tx(response.txhash)
Expand Down

0 comments on commit 4d2494c

Please sign in to comment.