SimpleAudioEngine cocos2d-x v3.3

Hello
How are you today?
I am using cocos2d-x v3.3 and play effect with below code

cc.SimpleAudioEngine:getInstance():playEffect("test.ogg", false)

test.ogg file is 20 seconds.
In win32 platform it runs ok,sound can play to the end.
But in Android, it stop after played 10s.
I change the sound format to mp3,wav, the problem still exit.
Can let me know what is the problem?

Thank you
Best Regards