Skip to content

Commit

Permalink
[mrp] Increase margin tolerance of backoff timing test. (#18587)
Browse files Browse the repository at this point in the history
  • Loading branch information
turon authored and pull[bot] committed Oct 13, 2023
1 parent 8905183 commit b01bb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/tests/TestReliableMessageProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void CheckResendApplicationMessage(nlTestSuite * inSuite, void * inContext)
BackoffComplianceTestVector * expectedBackoff;
System::Clock::Timestamp now, startTime;
System::Clock::Timeout timeoutTime, margin;
margin = System::Clock::Timeout(5);
margin = System::Clock::Timeout(15);

chip::System::PacketBufferHandle buffer = chip::MessagePacketBuffer::NewWithData(PAYLOAD, sizeof(PAYLOAD));
NL_TEST_ASSERT(inSuite, !buffer.IsNull());
Expand Down

0 comments on commit b01bb81

Please sign in to comment.