From 10cee9502752197b909ccf608cd27aa67761757e Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 13 Apr 2016 16:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/debugTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/debugTest.php b/tests/thinkphp/library/think/debugTest.php index 14d2b884..6d3e901d 100644 --- a/tests/thinkphp/library/think/debugTest.php +++ b/tests/thinkphp/library/think/debugTest.php @@ -77,7 +77,7 @@ class debugTest extends \PHPUnit_Framework_TestCase public function testGetUseTime() { $time = Debug::getUseTime(); - $this->assertLessThan(10, $time); + $this->assertLessThan(20, $time); } /**