We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3330aa9 commit 90076a3Copy full SHA for 90076a3
components/process.rst
@@ -233,8 +233,8 @@ adapter::
233
Process Timeout
234
---------------
235
236
-You can limit the amount of time a process takes to complete by setting a
237
-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::
238
239
use Symfony\Component\Process\Process;
240
0 commit comments