From 9d522d5ad6214ff52e2fe5e3432d787907855d0a Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 14 Mar 2016 10:55:22 +0000 Subject: [PATCH] Add a comment in Tests/cachefileTest.php for the 10s test concerning the unreleased lock git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2679 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/cachefileTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/cachefileTest.php b/Tests/cachefileTest.php index cc850e5..712f9f5 100644 --- a/Tests/cachefileTest.php +++ b/Tests/cachefileTest.php @@ -70,6 +70,7 @@ class test_cachefile extends PHPUnit_Framework_TestCase } // Previous cache in time file but lock : return content after lock timeout + // This test takes 10s to wait the lock which will never be released public function testRead4 () { $c = new cachefile ();