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