Getting erc-20 token transactions on BSC test net

Erc-20 token transactions on binance smart chain tests net does not seem to be synced. For example, a token transaction happened 4hrs before and it is still not reflected in the API response. Contrary, on the bsc main net any new token transactions are returned from the Moralis API.

Thus, the question is whether blocks are indexed at lower intervals on test nets, and if so, at what interval?

can you give a specific example that doesn’t work as expected?

Sure, an example wallet which contains 4 token transactions in the last 5 hours:
https://testnet.bscscan.com/address/0xd6db3ea01702b4defff40de2a0cf9ac6eb552fa5#tokentxns

Then, hitting Moralis API for the same wallet address does not return these token transactions.

thanks for reporting, we will investigate