Objects going through colliders

Hello every one !

My problem is that I have dices in box. I want to shake the box to move dices using mobile gyroscope.
My box is made up of 6 planes with mesh colliders.
My dices have a box collider and a rigidbody with a gravity and continuous speculative colission detection.
When launching the game, dices fall into the box and colliders works fine. The problem appears when the user is shaking the box. The dices go through the planes and fall infinitely. If it is shaked slowly it seems ok.
I tried to manage project settings to improve the physic but nothing happened.

Any help please ?

On rigidbody component there is the collision detection dropdown menu try to choose continuous or continuous dynamic. if it doesnt work gonna need screenshots to understand

Thank you for your help.
I tried all collision mods (discret, continuous, dynamic and speculative) but the problem is still there.
I can’t upload pictures I have parsing errors when uploading an attachment.