mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:05:44 +01: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 );
|
||||
|
||||
if( millisecs < 450 * secs || millisecs > 550 * secs )
|
||||
if( millisecs < 400 * secs || millisecs > 600 * secs )
|
||||
{
|
||||
if( verbose != 0 )
|
||||
polarssl_printf( "failed\n" );
|
||||
|
Loading…
Reference in New Issue
Block a user