lets go back to 60 seconds
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
8fc560f9de
commit
4b4c78c3fa
@ -15,7 +15,7 @@ class XiphosWdtHandler : public SystemObject, public ExecutableObjectIF {
|
||||
private:
|
||||
// Timeout duration range specified by Xiphos: 0.001 seconds to 171 seconds. The libxiphos API
|
||||
// expects an int, so I guess this translates to 1 to 171 seconds.
|
||||
int timeoutSeconds = 120;
|
||||
int timeoutSeconds = 60;
|
||||
struct watchdog_s* wdtHandle = nullptr;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user