From 90076a3a19b9cbdca876edc2fa98680e34f79a4d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 11 Oct 2018 13:35:15 +0200 Subject: [PATCH] Mentioned the 60 second timeout of processes --- components/process.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/process.rst b/components/process.rst index 9586c11ccf0..41130de11cd 100644 --- a/components/process.rst +++ b/components/process.rst @@ -233,8 +233,8 @@ adapter:: Process Timeout --------------- -You can limit the amount of time a process takes to complete by setting a -timeout (in seconds):: +By default processes have a timeout of 60 seconds, but you can change it passing +a different timeout (in seconds) to the ``setTimeout()`` method:: use Symfony\Component\Process\Process;