Update SteamCmd.php

This commit is contained in:
Bishok 2020-04-25 10:44:28 -05:00
parent b80c98b02e
commit b46c48fd1b

View file

@ -152,7 +152,7 @@ class SteamCmd
* *
* @return Process * @return Process
*/ */
public function run($timeout = 14400, $idleTimeout = 60) public function run($timeout = 14400, $idleTimeout = 600)
{ {
// Always quit when finished // Always quit when finished
$this->addArgument('quit'); $this->addArgument('quit');