Skip to content

Commit c29df5e

Browse files
Tests occasionally fail with timeout of 3s
1 parent 8af4de6 commit c29df5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/mutex/MutexTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
*/
2424
class MutexTest extends \PHPUnit_Framework_TestCase
2525
{
26-
27-
const TIMEOUT = 3;
26+
const TIMEOUT = 4;
2827

2928
/**
3029
* Provides Mutex factories.

0 commit comments

Comments
 (0)