In lib/oeqa/runtime/cases/ptest.py, the timeout used to be hardcoded to 450 seconds. Now that it is a variable, make that a bit more obvious by setting a default value.
Set PTEST_RUNNER_TIMEOUT for python3-cffi to 600 seconds as it is known to come close to and surpass the 450 second limit under heavy load. Fixes: [YOCTO #16163] Signed-off-by: Tim Orling <[email protected]> --- meta/recipes-core/images/core-image-ptest.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index 0b1eeb1a580..c08561296fe 100644 --- a/meta/recipes-core/images/core-image-ptest.bb +++ b/meta/recipes-core/images/core-image-ptest.bb @@ -9,6 +9,7 @@ SUMMARY ?= "${MCNAME} ptest image." HOMEPAGE = "https://www.yoctoproject.org/" PTESTS = "${PTESTS_SLOW} ${PTESTS_FAST}" +PTEST_RUNNER_TIMEOUT:virtclass-mcextend-python3-cffi = "600" IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" -- 2.50.1 (Apple Git-155)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232113): https://lists.openembedded.org/g/openembedded-core/message/232113 Mute This Topic: https://lists.openembedded.org/mt/118036276/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
