Skip to content

Commit ecddaf6

Browse files
committed
Merge branch '2.5'
* 2.5: fixed test that randomly fails
2 parents 923c13f + 1bba799 commit ecddaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Tests/AbstractProcessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testStopWithTimeoutIsActuallyWorking()
8080
}
8181
$duration = microtime(true) - $start;
8282

83-
$this->assertLessThan(1.8, $duration);
83+
$this->assertLessThan(4, $duration);
8484
}
8585

8686
public function testAllOutputIsActuallyReadOnTermination()

0 commit comments

Comments
 (0)