From 486c46781b7f0ef62bdcb5ea178f95de264f6794 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 8 Jun 2024 16:18:06 -0500 Subject: [PATCH] Increase computer seeking timeout for 'stream' and 'list' actions The host may take some time to wake up from sleep. --- app/cli/listapps.cpp | 2 +- app/cli/startstream.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/cli/listapps.cpp b/app/cli/listapps.cpp index bf29cb6e..a5837430 100644 --- a/app/cli/listapps.cpp +++ b/app/cli/listapps.cpp @@ -7,7 +7,7 @@ #include #include -#define COMPUTER_SEEK_TIMEOUT 10000 +#define COMPUTER_SEEK_TIMEOUT 30000 #define APP_SEEK_TIMEOUT 10000 namespace CliListApps diff --git a/app/cli/startstream.cpp b/app/cli/startstream.cpp index e8ae4d33..69bff9ca 100644 --- a/app/cli/startstream.cpp +++ b/app/cli/startstream.cpp @@ -6,7 +6,7 @@ #include #include -#define COMPUTER_SEEK_TIMEOUT 10000 +#define COMPUTER_SEEK_TIMEOUT 30000 #define APP_SEEK_TIMEOUT 10000 namespace CliStartStream