diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-04-01 16:00:06 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-04-01 16:00:54 +0200 |
commit | 59330b43ad3f4856885f43ecaeb4df2c26d92630 (patch) | |
tree | 7c2480826e6cb23e7543ef470465ebc479186117 /erts | |
parent | e64d80a565de01e7a2493e2072967af6ddea29a6 (diff) | |
download | otp-59330b43ad3f4856885f43ecaeb4df2c26d92630.tar.gz otp-59330b43ad3f4856885f43ecaeb4df2c26d92630.tar.bz2 otp-59330b43ad3f4856885f43ecaeb4df2c26d92630.zip |
emulator: Increase timetrap timeout for binary_SUITE
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/test/binary_SUITE.erl | 2 |
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..5da69c2cab 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, |