Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.02k stars 2.5k forks source link

psa_sim: make server ping time much faster #9279

Closed valeriosetti closed 1 week ago

valeriosetti commented 1 week ago

Description

This PR is an extract from https://github.com/Mbed-TLS/mbedtls/pull/9237 in order to split different topics in different PRs. Here's what this one addresses:

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")

minosgalanakis commented 1 week ago

Internal CI is failing because of a submodule time-out.

[2024-06-18T10:58:01.998Z]  > git submodule update --init --recursive framework # timeout=10
[2024-06-18T11:08:02.006Z] ERROR: Timeout after 10 minutes

I have confirmed that this is a false positive, and the openCI has passed, so I am overriding that failure.