From: Jon Mason <jdmason@kudzu.us>
To: Jon Mason <jon.mason@arm.com>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [PATCH 6/6] arm/oeqa: increase optee test timeout
Date: Tue, 7 May 2024 14:21:36 -0400 [thread overview]
Message-ID: <ZjpxMOWWTU2y4+qs@kudzu.us> (raw)
In-Reply-To: <20240507173313.50788-6-jon.mason@arm.com>
On Tue, May 07, 2024 at 01:33:13PM -0400, Jon Mason wrote:
> OPTEE tests are failing in CI on slower systems due to timing out, but
> actually finish when given enough time to complete. Increase the
> timeout value to be roughly 100 seconds longer than the time it is
> currently taking to finish on the slower systems.
>
> Signed-off-by: Jon Mason <jon.mason@arm.com>
This should have:
Fixes: d4507866677c ("oeqa runtime: add optee.py test")
Since it is trivial, I'm just going to add to the commit manually
(instead of pushing a v2 for just this).
Thanks,
Jon
> ---
> meta-arm/lib/oeqa/runtime/cases/optee.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arm/lib/oeqa/runtime/cases/optee.py b/meta-arm/lib/oeqa/runtime/cases/optee.py
> index 0a0bc31ed3d8..73bb3894e106 100644
> --- a/meta-arm/lib/oeqa/runtime/cases/optee.py
> +++ b/meta-arm/lib/oeqa/runtime/cases/optee.py
> @@ -12,7 +12,7 @@ class OpteeTestSuite(OERuntimeTestCase):
> """
> Run OP-TEE tests (xtest).
> """
> - @OETimeout(800)
> + @OETimeout(1100)
> @OEHasPackage(['optee-test'])
> def test_opteetest_xtest(self):
> # clear storage before executing tests
> @@ -20,5 +20,5 @@ class OpteeTestSuite(OERuntimeTestCase):
> status, output = self.target.run(cmd, timeout=60)
> self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
> cmd = "xtest"
> - status, output = self.target.run(cmd, timeout=600)
> + status, output = self.target.run(cmd, timeout=1000)
> self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
> --
> 2.39.3 (Apple Git-146)
>
>
next prev parent reply other threads:[~2024-05-07 18:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-07 17:33 [PATCH 1/6] arm/gn: update to latest commit Jon Mason
2024-05-07 17:33 ` [PATCH 2/6] arm-bsp: remove support for n1sdp Jon Mason
2024-05-07 17:33 ` [PATCH 3/6] arm-bsp: remove unused recipes Jon Mason
2024-05-07 17:33 ` [PATCH 4/6] CI: increase bitbake server timeout Jon Mason
2024-05-07 17:33 ` [PATCH 5/6] arm/optee: update to 4.2.0 Jon Mason
2024-05-07 17:33 ` [PATCH 6/6] arm/oeqa: increase optee test timeout Jon Mason
2024-05-07 18:21 ` Jon Mason [this message]
2024-05-08 8:07 ` [meta-arm] " Mikko Rapeli
[not found] ` <17CD74F8C81EDD3F.8817@lists.yoctoproject.org>
2024-05-08 8:32 ` Mikko Rapeli
2024-05-08 15:16 ` Jon Mason
2024-05-08 15:38 ` [PATCH 1/6] arm/gn: update to latest commit Jon Mason
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-all 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=ZjpxMOWWTU2y4+qs@kudzu.us \
--to=jdmason@kudzu.us \
--cc=jon.mason@arm.com \
--cc=meta-arm@lists.yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.