aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/port_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_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_SUITE.erl')
-rw-r--r--erts/emulator/test/port_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/port_SUITE.erl b/erts/emulator/test/port_SUITE.erl
index 94ee9851dd..fccbaf13ee 100644
--- a/erts/emulator/test/port_SUITE.erl
+++ b/erts/emulator/test/port_SUITE.erl
@@ -153,7 +153,7 @@
suite() ->
[{ct_hooks,[ts_install_cth]},
- {timetrap, {seconds, 10}}].
+ {timetrap, {minutes, 1}}].
all() ->
[otp_6224, {group, stream}, basic_ping, slow_writes,