From 513f4130b13bcb7360c5a70e940abe1320490e68 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 9 Oct 2013 17:38:15 +0200 Subject: Use normal- instead of scaled timeouts in test case --- lib/common_test/test/ct_pre_post_test_io_SUITE_data/cth_ctrl.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common_test/test/ct_pre_post_test_io_SUITE_data/cth_ctrl.erl') diff --git a/lib/common_test/test/ct_pre_post_test_io_SUITE_data/cth_ctrl.erl b/lib/common_test/test/ct_pre_post_test_io_SUITE_data/cth_ctrl.erl index c8c08a5735..2ba991fc61 100644 --- a/lib/common_test/test/ct_pre_post_test_io_SUITE_data/cth_ctrl.erl +++ b/lib/common_test/test/ct_pre_post_test_io_SUITE_data/cth_ctrl.erl @@ -28,7 +28,8 @@ %%%=================================================================== proceed() -> - ?MODULE ! proceed. + ?MODULE ! proceed, + ok. %%-------------------------------------------------------------------- %% Hook functions -- cgit v1.2.3