aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_config_SUITE_data
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-03-17 13:34:30 +0100
committerPeter Andersson <[email protected]>2015-03-18 10:03:13 +0100
commitcbea3156f051f92ebd355ea05c7904aa080fd72f (patch)
treef4f7b35a5f44fe274061e90d14254b7e40e03cf3 /lib/common_test/test/ct_config_SUITE_data
parent5fde23474656c1934250e8b8a9c7399dc00d5bdf (diff)
downloadotp-cbea3156f051f92ebd355ea05c7904aa080fd72f.tar.gz
otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.tar.bz2
otp-cbea3156f051f92ebd355ea05c7904aa080fd72f.zip
Enable timetrap scaling for all tests
Diffstat (limited to 'lib/common_test/test/ct_config_SUITE_data')
-rw-r--r--lib/common_test/test/ct_config_SUITE_data/config/test/config_dynamic_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_config_SUITE_data/config/test/config_dynamic_SUITE.erl b/lib/common_test/test/ct_config_SUITE_data/config/test/config_dynamic_SUITE.erl
index 8ee12a2e4d..c2e06d866f 100644
--- a/lib/common_test/test/ct_config_SUITE_data/config/test/config_dynamic_SUITE.erl
+++ b/lib/common_test/test/ct_config_SUITE_data/config/test/config_dynamic_SUITE.erl
@@ -73,7 +73,7 @@ test_get_known_variable(_)->
test_localtime_update(_)->
Seconds = 5,
LT1 = ct:get_config(localtime),
- timer:sleep(Seconds*1000),
+ ct:sleep(Seconds*1000),
LT2 = ct:reload_config(localtime),
case is_diff_ok(LT1, LT2, Seconds) of
{false, Actual, Exp}->