increase allowed read bytes
This commit is contained in:
parent
f598f7030f
commit
b7a316008a
@ -82,7 +82,7 @@ TEST_CASE("Command Executor", "[cmd-exec]") {
|
|||||||
readBytes = 0;
|
readBytes = 0;
|
||||||
sizesFifo.retrieve(&readBytes);
|
sizesFifo.retrieve(&readBytes);
|
||||||
// That's about the size of the reply
|
// That's about the size of the reply
|
||||||
bool beTrue = (readBytes > 200) and (readBytes < 300);
|
bool beTrue = (readBytes > 200) and (readBytes < 400);
|
||||||
REQUIRE(beTrue);
|
REQUIRE(beTrue);
|
||||||
uint8_t largerReadBuffer[1024] = {};
|
uint8_t largerReadBuffer[1024] = {};
|
||||||
outputBuffer.readData(largerReadBuffer, readBytes);
|
outputBuffer.readData(largerReadBuffer, readBytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user