From: "G Edhaya Chandran" <edhaya.chandran@arm.com>
To: devel@edk2.groups.io
Subject: [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct Increase the waiting time in the SCT GetStatus_Func test
Date: Wed, 23 Oct 2024 01:59:43 +0530 [thread overview]
Message-ID: <20241022202943.3517974-2-edhaya.chandran@arm.com> (raw)
In-Reply-To: <20241022202943.3517974-1-edhaya.chandran@arm.com>
The current time delay in the SCT GetStatus_Func test is 5 milliseconds, which caused false positives with some platforms
This time delay is increased to 500 miliseconds with reference to
similar values in https://github.com/tianocore/edk2/blob/master/NetworkPkg/Include/Library/NetLib.h#L265
Signed-off-by: G Edhaya Chandran <edhaya.chandran@arm.com>
Co-authored-by: Sunny Wang <sunny.wang@arm.com>
---
uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
index 31c3590cd620..c077bfb29e52 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c
@@ -1870,7 +1870,7 @@ BBTestGetStatusFunctionTest (
StatCode = gtBS->SetTimer (
TimeoutEvent,
TimerRelative,
- 50000); /* 5 milliseconds */
+ 5000000); /* 500 milliseconds. This value is increased from old value 5 milliseconds to due false positives on some platforms */
if (EFI_ERROR(StatCode)) {
StandardLib->RecordAssertion (
StandardLib,
@@ -2196,7 +2196,7 @@ BBTestTransmitFunctionTest (
StatCode = gtBS->SetTimer (
TimeoutEvent,
TimerRelative,
- 50000); /* 5 milliseconds */
+ 5000000); /* 500 milliseconds. This value is increased from old value 5 milliseconds to due false positives on some platforms */
if (EFI_ERROR(StatCode)) {
StandardLib->RecordAssertion (
StandardLib,
--
2.25.1
prev parent reply other threads:[~2024-10-22 20:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 20:29 [edk2-devel] [PATCH v1 0/1] *** SUBJECT HERE *** G Edhaya Chandran
2024-10-22 20:29 ` G Edhaya Chandran [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241022202943.3517974-2-edhaya.chandran@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox