8000 Mentioned the 60 second timeout of processes · symfony/symfony-docs@90076a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90076a3

Browse files
committed
Mentioned the 60 second timeout of processes
1 parent 3330aa9 commit 90076a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ adapter::
233233
Process Timeout
234234
---------------
235235

236-
You can limit the amount of time a process takes to complete by setting a
237-
timeout (in seconds)::
236+
By default processes have a timeout of 60 seconds, but you can change it passing
237+
a different timeout (in seconds) to the ``setTimeout()`` method::
238238

239239
use Symfony\Component\Process\Process;
240240

0 commit comments

Comments
 (0)
0