File 2933-prof_bench_SUITE-Extend-timetrap.patch of Package erlang
From 421a0e92d36ba83feeec9ffc8401c2de47ffda7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Thu, 5 May 2022 08:55:46 +0200
Subject: [PATCH 3/3] prof_bench_SUITE: Extend timetrap
15 minutes might not be enough for some our slower computer.
---
lib/tools/test/prof_bench_SUITE.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/tools/test/prof_bench_SUITE.erl b/lib/tools/test/prof_bench_SUITE.erl
index ea526bcf79..8eeb5bddc6 100644
--- a/lib/tools/test/prof_bench_SUITE.erl
+++ b/lib/tools/test/prof_bench_SUITE.erl
@@ -32,7 +32,7 @@
suite() ->
- [{timetrap,{minutes,15}}].
+ [{timetrap,{minutes,30}}].
all() ->
[overhead].
--
2.35.3