mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-15 22:04:17 -05:00
Set Run condition default timeout to one second
The action is often used in combination with python scripts which usually take longer to initialize than 100ms
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
ProcessConfig _procConfig;
|
||||
bool _checkExitCode = true;
|
||||
int _exitCodeToCheck = 0;
|
||||
Duration _timeout = Duration(0.1);
|
||||
Duration _timeout = Duration(1.0);
|
||||
|
||||
private:
|
||||
void RunProcess();
|
||||
|
||||
Reference in New Issue
Block a user