samples: tmf: psa: Increase timeout for psa_protected_storage_test
The test takes longer and requires its timeout to be increased as in this commit. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
5098aaa2d1
commit
bf3cd116e9
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ sample:
|
|||
tests:
|
||||
sample.tfm.psa_protected_storage_test:
|
||||
extra_args: "CONFIG_TFM_PSA_TEST_PROTECTED_STORAGE=y"
|
||||
timeout: 100
|
||||
timeout: 120
|
||||
sample.tfm.psa_internal_trusted_storage_test:
|
||||
extra_args: "CONFIG_TFM_PSA_TEST_INTERNAL_TRUSTED_STORAGE=y"
|
||||
|
|
|
|||
Loading…
Reference in a new issue