Increase tolerance of timing selftest

Forgot to move that one to 20% in previous commit
This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-19 14:48:34 +02:00
parent 25f44a6020
commit 3a5ee1c411

View File

@ -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" );