Skip to content

Commit

Permalink
chore(grpc): Increase sleep before blob submission validation to redu…
Browse files Browse the repository at this point in the history
…ce test flakyness (#481)
  • Loading branch information
fl0rek authored Dec 13, 2024
1 parent ab0c203 commit 0119a4a
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 @@ -101,7 +101,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(8)).await;

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

0 comments on commit 0119a4a

Please sign in to comment.