[LTP] [PATCH 05/10] csf_bandwidth01: Add max_runtime

Martin Doucha mdoucha@suse.cz
Tue Aug 30 15:50:02 CEST 2022


Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
 testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c b/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c
index a24dccc4e..8f2da4493 100644
--- a/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c
+++ b/testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c
@@ -170,6 +170,7 @@ static struct tst_test test = {
 	.cleanup = cleanup,
 	.forks_child = 1,
 	.needs_checkpoints = 1,
+	.max_runtime = 20,
 	.taint_check = TST_TAINT_W | TST_TAINT_D,
 	.needs_kconfigs = (const char *[]) {
 		"CONFIG_CFS_BANDWIDTH",
-- 
2.37.2



More information about the ltp mailing list