aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2014-04-01 16:59:20 +0200
committerSverker Eriksson <[email protected]>2014-04-01 16:59:20 +0200
commit8220849ec4019160e900bece8a7d1d1a1b1d57ba (patch)
tree21e41254e0df3a126b5c2daa155f1e92478a1418 /erts/emulator
parent95432b67aed0d1f7dd7c2737efc0f80b610b3f14 (diff)
downloadotp-8220849ec4019160e900bece8a7d1d1a1b1d57ba.tar.gz
otp-8220849ec4019160e900bece8a7d1d1a1b1d57ba.tar.bz2
otp-8220849ec4019160e900bece8a7d1d1a1b1d57ba.zip
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.
Diffstat (limited to 'erts/emulator')
-rw-r--r--erts/emulator/test/binary_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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),