aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/evil_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/evil_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/evil_SUITE.erl')
-rw-r--r--erts/emulator/test/evil_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/evil_SUITE.erl b/erts/emulator/test/evil_SUITE.erl
index 9416ac7a02..fb1954ce37 100644
--- a/erts/emulator/test/evil_SUITE.erl
+++ b/erts/emulator/test/evil_SUITE.erl
@@ -34,7 +34,7 @@
suite() ->
[{ct_hooks,[ts_install_cth]},
- {timetrap, {seconds, 30}}].
+ {timetrap, {minutes, 1}}].
all() ->
[heap_frag, encode_decode_ext, decode_integer_ext,