diff options
author | Peter Andersson <[email protected]> | 2015-03-17 13:34:30 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-03-18 10:03:13 +0100 |
commit | cbea3156f051f92ebd355ea05c7904aa080fd72f (patch) | |
tree | f4f7b35a5f44fe274061e90d14254b7e40e03cf3 /lib/common_test/test/ct_skip_SUITE_data | |
parent | 5fde23474656c1934250e8b8a9c7399dc00d5bdf (diff) | |
download | otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.tar.gz otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.tar.bz2 otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.zip |
Enable timetrap scaling for all tests
Diffstat (limited to 'lib/common_test/test/ct_skip_SUITE_data')
-rw-r--r-- | lib/common_test/test/ct_skip_SUITE_data/skip/test/auto_skip_4_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_skip_SUITE_data/skip/test/auto_skip_4_SUITE.erl b/lib/common_test/test/ct_skip_SUITE_data/skip/test/auto_skip_4_SUITE.erl index 825846cd55..89e202a404 100644 --- a/lib/common_test/test/ct_skip_SUITE_data/skip/test/auto_skip_4_SUITE.erl +++ b/lib/common_test/test/ct_skip_SUITE_data/skip/test/auto_skip_4_SUITE.erl @@ -72,7 +72,7 @@ end_per_group(_GroupName, _Config) -> %% Reason = term() %%-------------------------------------------------------------------- init_per_testcase(tc1, Config) -> - timer:sleep(5000), + ct:sleep(5000), Config; init_per_testcase(_TestCase, Config) -> Config. |