From 8220849ec4019160e900bece8a7d1d1a1b1d57ba Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 1 Apr 2014 16:59:20 +0200 Subject: erts: Make binary_SUITE:deep less stressful as it times out on some machines. Not much point in redoing with lower input reductions when the terms are so big we will trap several times anyway. --- erts/emulator/test/binary_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/emulator/test/binary_SUITE.erl b/erts/emulator/test/binary_SUITE.erl index 938aac6a0e..2ca51bfac4 100644 --- a/erts/emulator/test/binary_SUITE.erl +++ b/erts/emulator/test/binary_SUITE.erl @@ -1266,7 +1266,7 @@ deep(Config) when is_list(Config) -> deep_roundtrip(T) -> B = term_to_binary(T), - T = binary_to_term_stress(B). + T = binary_to_term(B). obsolete_funs(Config) when is_list(Config) -> erts_debug:set_internal_state(available_internal_state, true), -- cgit v1.2.3