From a2ab2aeafa2fde804afbf25e46b1e23f7c62d753 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 2 Jan 2018 14:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= 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 494694a3..36e1f049 100644 --- a/tests/thinkphp/library/think/debugTest.php +++ b/tests/thinkphp/library/think/debugTest.php @@ -82,7 +82,7 @@ class debugTest extends \PHPUnit_Framework_TestCase public function testGetUseTime() { $time = Debug::getUseTime(); - $this->assertLessThan(20, $time); + $this->assertLessThan(30, $time); } /**