Increase computer seeking timeout for 'stream' and 'list' actions

The host may take some time to wake up from sleep.
This commit is contained in:
Cameron Gutman 2024-06-08 16:18:06 -05:00
parent 6397031e46
commit 486c46781b
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
#include <QCoreApplication>
#include <QTimer>
#define COMPUTER_SEEK_TIMEOUT 10000
#define COMPUTER_SEEK_TIMEOUT 30000
#define APP_SEEK_TIMEOUT 10000
namespace CliListApps

View file

@ -6,7 +6,7 @@
#include <QCoreApplication>
#include <QTimer>
#define COMPUTER_SEEK_TIMEOUT 10000
#define COMPUTER_SEEK_TIMEOUT 30000
#define APP_SEEK_TIMEOUT 10000
namespace CliStartStream