diff options
author | Björn Gustavsson <[email protected]> | 2017-05-30 14:05:35 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-06-03 08:45:45 +0200 |
commit | 8381b753ce94769691a6dc499f4d40373cb0504c (patch) | |
tree | 6434df27f1f309455afe1272a2de8f16b06a4508 /erts/emulator/test/trace_SUITE.erl | |
parent | 8f87dd1eaa80bdad501ad6f7767f14b4e0cb01d6 (diff) | |
download | otp-8381b753ce94769691a6dc499f4d40373cb0504c.tar.gz otp-8381b753ce94769691a6dc499f4d40373cb0504c.tar.bz2 otp-8381b753ce94769691a6dc499f4d40373cb0504c.zip |
Lengthen too short timetraps
c062dfc485a added timetraps to test suites that had no timetraps.
Some of added timetraps are only 5 or 10 seconds, which is can be
too short time on some slow computers. Change those times to one
or two minutes.
Diffstat (limited to 'erts/emulator/test/trace_SUITE.erl')
-rw-r--r-- | erts/emulator/test/trace_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/trace_SUITE.erl b/erts/emulator/test/trace_SUITE.erl index 643c2e0472..53249229c9 100644 --- a/erts/emulator/test/trace_SUITE.erl +++ b/erts/emulator/test/trace_SUITE.erl @@ -46,7 +46,7 @@ suite() -> [{ct_hooks,[ts_install_cth]}, - {timetrap, {seconds, 5}}]. + {timetrap, {minutes, 1}}]. all() -> [cpu_timestamp, receive_trace, link_receive_call_correlation, |