From b46c48fd1be0fd7dc3569dbe48f3ebcb3f224857 Mon Sep 17 00:00:00 2001 From: Bishok Date: Sat, 25 Apr 2020 10:44:28 -0500 Subject: [PATCH] Update SteamCmd.php --- src/Services/SteamCmd/SteamCmd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/SteamCmd/SteamCmd.php b/src/Services/SteamCmd/SteamCmd.php index 0285b47..04470fb 100644 --- a/src/Services/SteamCmd/SteamCmd.php +++ b/src/Services/SteamCmd/SteamCmd.php @@ -152,7 +152,7 @@ class SteamCmd * * @return Process */ - public function run($timeout = 14400, $idleTimeout = 60) + public function run($timeout = 14400, $idleTimeout = 600) { // Always quit when finished $this->addArgument('quit');