Merge "DB: Add img_description_id column"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiBlockTest.php
index c0cf87e..c456e9a 100644 (file)
@@ -207,7 +207,7 @@ class ApiBlockTest extends ApiTestCase {
                );
 
                // Allow flakiness up to one second
-               $this->assertLessThan( 1,
+               $this->assertLessThanOrEqual( 1,
                        abs( wfTimestamp( TS_UNIX, $expiry ) - ( time() + 86400 ) ) );
        }