aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/port_trace_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-05-30 14:05:35 +0200
committerBjörn Gustavsson <[email protected]>2017-06-03 08:45:45 +0200
commit8381b753ce94769691a6dc499f4d40373cb0504c (patch)
tree6434df27f1f309455afe1272a2de8f16b06a4508 /erts/emulator/test/port_trace_SUITE.erl
parent8f87dd1eaa80bdad501ad6f7767f14b4e0cb01d6 (diff)
downloadotp-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/port_trace_SUITE.erl')
-rw-r--r--erts/emulator/test/port_trace_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/port_trace_SUITE.erl b/erts/emulator/test/port_trace_SUITE.erl
index 03efdc15db..bfc3c8cb51 100644
--- a/erts/emulator/test/port_trace_SUITE.erl
+++ b/erts/emulator/test/port_trace_SUITE.erl
@@ -52,7 +52,7 @@
-define(ECHO_DRV_REMOTE_SEND_TERM, 15).
suite() -> [{ct_hooks,[ts_install_cth]},
- {timetrap, {seconds, 30}}].
+ {timetrap, {minutes, 2}}].
all() ->
[port_specs, ports, open_close,