mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-11 16:15:56 -04: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…
x
Reference in New Issue
Block a user