diff mbox series

[v2] selftests/tpm2: increase timeout for kselftests

Message ID 20220628143927.26043-1-stefan.mahnke-hartmann@infineon.com
State New
Headers show
Series [v2] selftests/tpm2: increase timeout for kselftests | expand

Commit Message

Stefan Mahnke-Hartmann June 28, 2022, 2:39 p.m. UTC
From: Johannes Holland <johannes.holland@infineon.com>

Due to CreatePrimary commands which need to create RSA keys of
increasing size, the timeout value need to be raised, as well.
Default is 45s.

Signed-off-by: Johannes Holland <johannes.holland@infineon.com>
Signed-off-by: Stefan Mahnke-Hartmann <stefan.mahnke-hartmann@infineon.com>
---
Changelog:
 * v2:
   * Add maintainter to recipients
   * Change subject
 tools/testing/selftests/tpm2/settings | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/testing/selftests/tpm2/settings

Comments

Jarkko Sakkinen June 29, 2022, 2:47 a.m. UTC | #1
On Tue, Jun 28, 2022 at 04:39:27PM +0200, Stefan Mahnke-Hartmann wrote:
> From: Johannes Holland <johannes.holland@infineon.com>
> 
> Due to CreatePrimary commands which need to create RSA keys of
> increasing size, the timeout value need to be raised, as well.
> Default is 45s.
> 
> Signed-off-by: Johannes Holland <johannes.holland@infineon.com>
> Signed-off-by: Stefan Mahnke-Hartmann <stefan.mahnke-hartmann@infineon.com>
> ---
> Changelog:
>  * v2:
>    * Add maintainter to recipients
>    * Change subject
>  tools/testing/selftests/tpm2/settings | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/testing/selftests/tpm2/settings
> 
> diff --git a/tools/testing/selftests/tpm2/settings b/tools/testing/selftests/tpm2/settings
> new file mode 100644
> index 000000000000..919bc3803f03
> --- /dev/null
> +++ b/tools/testing/selftests/tpm2/settings
> @@ -0,0 +1,2 @@
> +timeout=600
> +
> -- 
> 2.25.1
> 


Acked-by: Jarkko Sakkinen <jarkko@kernel.org>

BR, Jarkko
diff mbox series

Patch

diff --git a/tools/testing/selftests/tpm2/settings b/tools/testing/selftests/tpm2/settings
new file mode 100644
index 000000000000..919bc3803f03
--- /dev/null
+++ b/tools/testing/selftests/tpm2/settings
@@ -0,0 +1,2 @@ 
+timeout=600
+