From e919f63aa06b902edba516228ba4353f97772d8a Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Wed, 8 May 2024 19:21:26 +0300 Subject: [PATCH] =?UTF-8?q?INF-484:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D0=B7=D0=B0=D1=89=D0=B8=D1=82?= =?UTF-8?q?=D1=83=20=D0=A2=D0=A1=20=D0=BE=D1=82=20=D0=B7=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_crypto-policies/04-policy-cmds.sh | 3 ++- tests/p_crypto-policies/ts_config.json | 5 ++++- tests/p_elfutils/01-files.sh | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) 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}