From 7be9a8d9ce60659fce28a8849236ef5253f5bb82 Mon Sep 17 00:00:00 2001 From: Song Guo Date: Mon, 28 Mar 2022 20:14:46 +0800 Subject: [PATCH] 50 ms is too short on CI --- src/app/tests/TestTimedHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tests/TestTimedHandler.cpp b/src/app/tests/TestTimedHandler.cpp index e92fedff593816..2af7563b2c3141 100644 --- a/src/app/tests/TestTimedHandler.cpp +++ b/src/app/tests/TestTimedHandler.cpp @@ -111,7 +111,7 @@ void TestTimedHandler::TestFollowingMessageFastEnough(nlTestSuite * aSuite, void TestContext & ctx = *static_cast(aContext); System::PacketBufferHandle payload; - GenerateTimedRequest(aSuite, 50, payload); + GenerateTimedRequest(aSuite, 500, payload); TestExchangeDelegate delegate; ExchangeContext * exchange = ctx.NewExchangeToAlice(&delegate);