mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10103] Try a longer sleep for travis.
Apparently travis takes longer than half a second to fork php. PHPBB3-10103
This commit is contained in:
parent
318140b4d6
commit
fc410e1cd0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class phpbb_lock_flock_test extends phpbb_test_case
|
|||
{
|
||||
// parent
|
||||
// wait 0.5 s, acquire the lock, note how long it took
|
||||
sleep(0.5);
|
||||
sleep(1);
|
||||
|
||||
$lock = new phpbb_lock_flock($path);
|
||||
$start = time();
|
||||
|
|
Loading…
Add table
Reference in a new issue