commit | 3a5ee1c4117521b74c84e42a304c325041d6bf4d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Aug 19 14:48:34 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Aug 19 14:48:34 2015 +0200 |
tree | 8b896e0b44c580cbf5948f6453cfc8848c9d15e7 | |
parent | 25f44a60208e7f833ace16e375e173d140379871 [diff] [blame] |
Increase tolerance of timing selftest Forgot to move that one to 20% in previous commit
diff --git a/library/timing.c b/library/timing.c index a7ad45b..50410df 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -484,7 +484,7 @@ 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" );