diff options
author | Dan Gudmundsson <[email protected]> | 2016-04-15 10:21:03 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-04-22 09:14:00 +0200 |
commit | eeb1a534c7be3648d74f490a3daaccb6bbe8545a (patch) | |
tree | d30cbe869fd90d312857f44cafd39301c79e867f /lib/wx/test/wx_event_SUITE.erl | |
parent | 7604209d02278b5547ae42fb328bfbc7d9043963 (diff) | |
download | otp-eeb1a534c7be3648d74f490a3daaccb6bbe8545a.tar.gz otp-eeb1a534c7be3648d74f490a3daaccb6bbe8545a.tar.bz2 otp-eeb1a534c7be3648d74f490a3daaccb6bbe8545a.zip |
wx test: Setup timetraps
and avoid large logs when tests succed
Diffstat (limited to 'lib/wx/test/wx_event_SUITE.erl')
-rw-r--r-- | lib/wx/test/wx_event_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/test/wx_event_SUITE.erl b/lib/wx/test/wx_event_SUITE.erl index 62fcf44033..6512cedaf2 100644 --- a/lib/wx/test/wx_event_SUITE.erl +++ b/lib/wx/test/wx_event_SUITE.erl @@ -44,7 +44,7 @@ end_per_testcase(Func,Config) -> wx_test_lib:end_per_testcase(Func,Config). %% SUITE specification -suite() -> [{ct_hooks,[ts_install_cth]}]. +suite() -> [{ct_hooks,[ts_install_cth]}, {timetrap,{minutes,2}}]. all() -> [connect, disconnect, disconnect_cb, connect_msg_20, connect_cb_20, |