changed reply timeouts
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Jakob Meier 2022-06-06 12:34:57 +02:00
parent ade36e65c6
commit 21eb386f3c
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ class DeviceHandlerMock : public DeviceHandlerBase {
uint32_t getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) override;
private:
Countdown simpleCommandReplyTimeout = Countdown(50);
Countdown periodicReplyCountdown = Countdown(10);
Countdown simpleCommandReplyTimeout = Countdown(1000);
Countdown periodicReplyCountdown = Countdown(1000);
uint8_t commandBuffer[1];