Skip to content

Commit 0f881e4

Browse files
author
Joe Natter
committed
SingleWireScheduling(): Increase command timeout
1 parent d99036a commit 0f881e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SingleWireScheduling.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct CommandReqResp
7070
uint32_t startMs;
7171
};
7272

73-
const uint32_t cTimeoutCommandResponseMs = 700;
73+
const uint32_t cTimeoutCommandResponseMs = 1500;
7474

7575
class SingleWireScheduling : public Processing
7676
{

0 commit comments

Comments
 (0)