File 0350-tools-Extend-prof_bench-test-timer.patch of Package erlang
From 930d244a49f0f0c4d9bd5cc4c6a1d20786e54e1e Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Fri, 24 Apr 2020 15:04:16 +0200
Subject: [PATCH 11/14] tools: Extend prof_bench test timer
---
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 e8c4642d37..c0b9a7913c 100644
--- a/lib/tools/test/prof_bench_SUITE.erl
+++ b/lib/tools/test/prof_bench_SUITE.erl
@@ -32,7 +32,7 @@
suite() ->
- [{timetrap,{minutes,10}}].
+ [{timetrap,{minutes,15}}].
all() ->
[overhead].
--
2.16.4