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