summaryrefslogtreecommitdiff
path: root/erts/emulator/test/trace_port_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2017-05-30 14:05:35 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2017-06-03 08:45:45 +0200
commit8381b753ce94769691a6dc499f4d40373cb0504c (patch)
tree6434df27f1f309455afe1272a2de8f16b06a4508 /erts/emulator/test/trace_port_SUITE.erl
parent8f87dd1eaa80bdad501ad6f7767f14b4e0cb01d6 (diff)
downloaderlang-8381b753ce94769691a6dc499f4d40373cb0504c.tar.gz
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_port_SUITE.erl')
-rw-r--r--erts/emulator/test/trace_port_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/trace_port_SUITE.erl b/erts/emulator/test/trace_port_SUITE.erl
index e4db368ea1..5eb27a7b68 100644
--- a/erts/emulator/test/trace_port_SUITE.erl
+++ b/erts/emulator/test/trace_port_SUITE.erl
@@ -37,7 +37,7 @@
suite() ->
[{ct_hooks,[ts_install_cth]},
- {timetrap, {seconds, 30}}].
+ {timetrap, {minutes, 2}}].
all() ->
[call_trace, return_trace, send, receive_trace,