From 442c8ca0560ca0f1270c6cdea457e2de0333b580 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 22 Jan 2018 10:51:02 +0100 Subject: kernel: Ignore cores in erl_distribution_SUITE Some bash versions segfault when a unicode argument is given so we ignore cores created by nodes spawned by this testcase. --- erts/test/z_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/test/z_SUITE.erl b/erts/test/z_SUITE.erl index 229a47e1aa..ed42ea5b40 100644 --- a/erts/test/z_SUITE.erl +++ b/erts/test/z_SUITE.erl @@ -40,7 +40,7 @@ suite() -> [{ct_hooks,[ts_install_cth]}, - {timetrap, {minutes, 5}}]. + {timetrap, {minutes, 10}}]. all() -> [core_files]. -- cgit v1.2.3