summaryrefslogtreecommitdiff
path: root/erts/emulator/test/binary_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <egil@erlang.org>2014-04-02 15:38:38 +0200
committerBjörn-Egil Dahlberg <egil@erlang.org>2014-04-02 15:38:38 +0200
commiteba291a52d4a78c128c5802775fa1bff187e0604 (patch)
tree4849eb0e7b375ad041c2fb1abd11722c4e4e6a93 /erts/emulator/test/binary_SUITE.erl
parent5def902915e6cd583ee52a06826fa85c770c0c48 (diff)
parentb8be5e68c8c7015c97a2f62fc3830b86e7a7bc5b (diff)
downloaderlang-eba291a52d4a78c128c5802775fa1bff187e0604.tar.gz
Merge branch 'egil/test-cuddling'
* egil/test-cuddling: tools: Refactor testcase emulator: Increase timetrap timeout for binary_SUITE emulator: Increase timetrap timeout for match_spec_SUITE
Diffstat (limited to 'erts/emulator/test/binary_SUITE.erl')
-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 2ca51bfac4..7aba367e33 100644
--- a/erts/emulator/test/binary_SUITE.erl
+++ b/erts/emulator/test/binary_SUITE.erl
@@ -64,7 +64,7 @@
-export([sleeper/0,trapping_loop/4]).
suite() -> [{ct_hooks,[ts_install_cth]},
- {timetrap,{minutes,2}}].
+ {timetrap,{minutes,4}}].
all() ->
[copy_terms, conversions, deep_lists, deep_bitstr_lists,