diff --git a/tests/p_crypto-policies/04-policy-cmds.sh b/tests/p_crypto-policies/04-policy-cmds.sh index 66db734..dbd7359 100755 --- a/tests/p_crypto-policies/04-policy-cmds.sh +++ b/tests/p_crypto-policies/04-policy-cmds.sh @@ -31,7 +31,8 @@ else let check+=1 fi -sleep 1000 +# 300 sec = 5 min +sleep 300 check_test_status ${check} "$0" exit ${check} diff --git a/tests/p_crypto-policies/ts_config.json b/tests/p_crypto-policies/ts_config.json index 0967ef4..b0b5326 100644 --- a/tests/p_crypto-policies/ts_config.json +++ b/tests/p_crypto-policies/ts_config.json @@ -1 +1,4 @@ -{} +{ + "ts_global_timeout": 2, + "packages": {"04-policy-cmds.sh": 4} +} diff --git a/tests/p_elfutils/01-files.sh b/tests/p_elfutils/01-files.sh index 6b2f012..6ede4d5 100755 --- a/tests/p_elfutils/01-files.sh +++ b/tests/p_elfutils/01-files.sh @@ -7,5 +7,6 @@ check=0 /bin/ls -l /etc/debuginfod/ check=$(not_eq_is_success ${check} 0) + check_test_status ${check} "$0" exit ${check}