mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02: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:
@@ -69,7 +69,7 @@ class phpbb_lock_flock_test extends phpbb_test_case
|
|||||||
{
|
{
|
||||||
// parent
|
// parent
|
||||||
// wait 0.5 s, acquire the lock, note how long it took
|
// wait 0.5 s, acquire the lock, note how long it took
|
||||||
sleep(0.5);
|
sleep(1);
|
||||||
|
|
||||||
$lock = new phpbb_lock_flock($path);
|
$lock = new phpbb_lock_flock($path);
|
||||||
$start = time();
|
$start = time();
|
||||||
|
Reference in New Issue
Block a user