From 9f45af4a2b7b6b172029f7bcf6731f579eb3248c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 2 Jan 2019 23:07:49 +0100 Subject: [PATCH] Do not risk waiting 100 seconds It this happens, and it happens, this will make the build quite slow. Refs #29760 --- .../Component/Process/Tests/KillableProcessWithOutput.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php b/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php index 6c31ee3054..2bbc386d0f 100644 --- a/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php +++ b/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php @@ -14,7 +14,6 @@ $outputs = array( 'Second iteration output', 'One more iteration output', 'This took more time', - 'This one was sooooo slow', ); $iterationTime = 10000;