Skip to content

Commit

Permalink
Revert "test: no retries when looking up token and owner when indexin…
Browse files Browse the repository at this point in the history
…g nfts (…" (#136)

This reverts commit 2fb5d26.
  • Loading branch information
kespinola authored Mar 14, 2024
1 parent 2fb5d26 commit 4bb672c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn burn_v1_asset<T: ConnectionTrait + TransactionTrait>(
Ok(())
}

const RETRY_INTERVALS: &[u64] = &[0];
const RETRY_INTERVALS: &[u64] = &[0, 5, 10];
const WSOL_ADDRESS: &str = "So11111111111111111111111111111111111111112";

lazy_static! {
Expand Down

0 comments on commit 4bb672c

Please sign in to comment.