From 8d53d8f2c005984cce2f2a4d077e058d32e79749 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Wed, 4 Dec 2013 13:44:44 -0500 Subject: [PATCH] raising delta on stopwatch as travis really breaks with less than 35 --- src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php b/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php index cd7b8d4eaeb9..af63153382af 100644 --- a/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php +++ b/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php @@ -20,7 +20,7 @@ */ class StopwatchEventTest extends \PHPUnit_Framework_TestCase { - const DELTA = 20; + const DELTA = 37; public function testGetOrigin() {