Skip to content

Commit

Permalink
50 ms is too short on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed Mar 28, 2022
1 parent d9c959d commit 7be9a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/TestTimedHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void TestTimedHandler::TestFollowingMessageFastEnough(nlTestSuite * aSuite, void
TestContext & ctx = *static_cast<TestContext *>(aContext);

System::PacketBufferHandle payload;
GenerateTimedRequest(aSuite, 50, payload);
GenerateTimedRequest(aSuite, 500, payload);

TestExchangeDelegate delegate;
ExchangeContext * exchange = ctx.NewExchangeToAlice(&delegate);
Expand Down

0 comments on commit 7be9a8d

Please sign in to comment.