[LTP] [PATCH 02/10] cve-2017-2671: Increase max_runtime
Martin Doucha
mdoucha@suse.cz
Tue Aug 30 15:49:59 CEST 2022
The current max_runtime is insufficient to finish the race. Increase it.
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
testcases/cve/cve-2017-2671.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/cve/cve-2017-2671.c b/testcases/cve/cve-2017-2671.c
index e17cd9765..9092481de 100644
--- a/testcases/cve/cve-2017-2671.c
+++ b/testcases/cve/cve-2017-2671.c
@@ -109,7 +109,7 @@ static struct tst_test test = {
.test_all = run,
.cleanup = cleanup,
.needs_root = 1,
- .max_runtime = 20,
+ .max_runtime = 40,
.tags = (const struct tst_tag[]) {
{"linux-git", "43a6684519ab"},
{"CVE", "2017-2671"},
--
2.37.2
More information about the ltp
mailing list