aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
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_netconfc_SUITE_data/ns.erl
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_netconfc_SUITE_data/ns.erl')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE_data/ns.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl b/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
index fb0734d48e..39dec4ce93 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/ns.erl
@@ -351,7 +351,7 @@ check_expected(SessionId,ConnRef,Msg) ->
do(ConnRef, Do),
reply(ConnRef,Reply);
error ->
- timer:sleep(1000),
+ ct:sleep(1000),
exit({error,{got_unexpected,SessionId,Msg,ets:tab2list(ns_tab)}})
end.