mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 23:15:38 +00:00
Increase tolerance of timing selftest
Forgot to move that one to 20% in previous commit
This commit is contained in:
parent
25f44a6020
commit
3a5ee1c411
|
@ -484,7 +484,7 @@ hard_test_done:
|
||||||
|
|
||||||
millisecs = get_timer( &hires, 0 );
|
millisecs = get_timer( &hires, 0 );
|
||||||
|
|
||||||
if( millisecs < 450 * secs || millisecs > 550 * secs )
|
if( millisecs < 400 * secs || millisecs > 600 * secs )
|
||||||
{
|
{
|
||||||
if( verbose != 0 )
|
if( verbose != 0 )
|
||||||
polarssl_printf( "failed\n" );
|
polarssl_printf( "failed\n" );
|
||||||
|
|
Loading…
Reference in a new issue