改进缓存驱动测试的有效期测试

This commit is contained in:
thinkphp
2016-02-28 17:46:24 +08:00
parent 0e54067872
commit 5e44527ffb
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ class debugTest extends \PHPUnit_Framework_TestCase
public function testGetUseTime()
{
$time = \think\Debug::getUseTime();
$this->assertLessThan(3.5, $time);
$this->assertLessThan(5.5, $time);
}
/**