Skip to content

Commit

Permalink
raising delta on stopwatch as travis really breaks with less than 35
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval authored and fabpot committed Dec 5, 2013
1 parent 9033d22 commit 8d53d8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
*/
class StopwatchEventTest extends \PHPUnit_Framework_TestCase
{
const DELTA = 20;
const DELTA = 37;

public function testGetOrigin()
{
Expand Down

0 comments on commit 8d53d8f

Please sign in to comment.