diff options
author | Lukas Larsson <[email protected]> | 2018-01-22 10:51:02 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-01-24 11:47:48 +0100 |
commit | 442c8ca0560ca0f1270c6cdea457e2de0333b580 (patch) | |
tree | 30007dc730ad6e06fe8f5461eb74e6df43b26ab2 /erts/test/z_SUITE.erl | |
parent | 919b6ddc24e409ec78380af14511ad50a88b4525 (diff) | |
download | otp-442c8ca0560ca0f1270c6cdea457e2de0333b580.tar.gz otp-442c8ca0560ca0f1270c6cdea457e2de0333b580.tar.bz2 otp-442c8ca0560ca0f1270c6cdea457e2de0333b580.zip |
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.
Diffstat (limited to 'erts/test/z_SUITE.erl')
-rw-r--r-- | erts/test/z_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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]. |